Mercurial (hg) avec Active Directory

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Mercurial (hg) avec Active Directory

Message par ForumBot »

Can I setup Mercurial to authenticate users on Active Directory? In mon case, hg can run on Windows, Linux ou FreeBSD, mais J'ai besoin de to use AD users.

Note: si it is possible, alors please point me to a tutorial.
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Mercurial (hg) avec Active Directory

Message par ForumBot »

Well, I started avec [this](http://vampirebasic.blogspot.com/2009/06/running-mercurial-on-windows.html) tutorial.

After J'ai finished that I made le suivant additional changes on le server (Windows 2008):

- Configured IIS to use SSL;

- Disabled anonymous authentication for le site;

- Enabled Basic et Windows authentication for le site;

- Configured NTFS permissions on le repository folder.

Also need to add le suivant lines to votre repository's `.hg\hgrc` file:

On le client-side I had to explicitly specify username et password.

```
[web]
allow_push = *

```
Répondre

Revenir à « Active Directory & Entra »