Christopher, I was wondering if you ever got LDAP (or AD) to work
with previous versions of Apache 2 like 2.0.58. I've been trying to
get Apache to compile with LDAP support for some time now to no
avail. Do you know have any documentation about getting this hooked
up or could perhaps provide a little run through of how you set it up?
We can take this offline if it's not really relevant to the
subversion list.
Any help is much appreciated.
Thanks,
Bradley
On Jun 5, 2006, at 1:18 PM, Christopher Elkins wrote:
> On Jun 5, 2006, at 9:46 AM, Ahmed Reza wrote:
>
>> just wonderin if anyone else has tried authentication with
>> Microsoft Active Directory on a seperate server. I tried using
>> mod_ldap module but that didn't work, and after googling for hours
>> realized that I'm not the only one who has tried it with no
>> success. Any input would be deeply appreciated.
>
> You didn't specify the protocol you're using (e.g., http, svn+ssh),
> but I've integrated Apache with AD successfully for well over a
> year. See my notes from the archive:
> http://svn.haxx.se/users/archive-2005-02/1431.shtml
>
> Here is my current config (for Apache 2.2):
>
> <Location /repos>
> DAV svn
> SVNPath /export/svn/repos
> SVNAutoversioning on
>
> AuthBasicProvider ldap
> AuthType Basic
> AuthName "Subversion Repository"
> AuthLDAPURL ldap://example.local/OU=Users,DC=example,DC=local?
> sAMAccountName?sub?(objectClass=user)
> AuthLDAPBindDN "EXAMPLE\ldapauth"
> AuthLDAPBindPassword ********
>
> <LimitExcept GET PROPFIND OPTIONS REPORT>
> Require ldap-group CN=Programmers,OU=Security
> Groups,DC=example,DC=local
> </LimitExcept>
> </Location>
>
> --
> Christopher Elkins
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 5 20:27:18 2006