[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Integrating Subversion/Apache with Windows Active directory (LDAP)

From: Greg Thomas <thomasgd_at_omc.bt.co.uk>
Date: 2005-12-02 00:57:16 CET

On Thu, 1 Dec 2005 15:52:34 -0600, "Lafond, Pascal"
<PascalLafond@SierraSystems.com> wrote:

>I have been unable to get my subversion install to work with Windows
>active directory
...
>When I try to set up LDAP security with httpd.conf file detailed below.
...
>- Apache dies (stops)
...
><Location /svn>
> DAV svn
>
> # any /svn/foo URL will map to a repository C:/svn/foo
> SVNParentPath C:/svn
> AuthType Basic
> AuthName "Subversion repository"
>
> AuthLDAPUrl ldap://servername/OU=WPG,DC=domain,DC=com
>
> Require valid-user
>
></Location>

http://support.microsoft.com/default.aspx?scid=326690 suggests "By
default, anonymous Lightweight Directory Access Protocol (LDAP)
operations to Active Directory, other than rootDSE searches and binds,
are not permitted in the Windows Server 2003 family").

So, unless you've explicitly enabled anonymous login, you will need to
supply the AuthLDAPBindDN and AuthLDAPBindPassword directives in order
for mod_auth_ldap to access the AD and authenticate the user.

HTH,

Greg

-- 
This post represents the views of the author and does
not necessarily accurately represent the views of BT.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 2 01:00:42 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.