Re: Using Apache & Subversion with Active Directory as an authentication method with LDAP servers
From: Dominic Anello <danello_at_danky.com>
Date: 2004-03-11 16:17:46 CET
On 2004-03-10 15:00:31 -0500, Guillermo D. Castellon wrote:
Yhis probably isn't exactly what you are looking for, but it is a start.
The following will authenticate a regular WebDAV share against
However, when you toss svn into the mix, it fails - keeps asking for a
-Dominic
========================================================================
LoadModule ldap_module modules/mod_ldap.so
Alias /dav-test /tmp
<Location /dav-test>
Options Indexes
AuthLDAPURL ldap://<ad-server>/CN=Users,DC=<ad-domain>,DC=<company-domain>,DC=com?sAMAccountName?sub?(objectClass=user)
|
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.