You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by SVNL <pi...@yahoo.com> on 2006/06/06 02:06:03 UTC

How to authenticate against W2K3 AD for multiple OU

Hello, everyone.

I have seen posts regarding Windows AD integration.

I need to allow multiple user groups to access repos.
These user groups are set up as OU  (organizational unit) in Windows AD

So how do I specify multiple groups?

Do I just add another (ou=developer1) under the first one?

Require ldap-group CN=Programmers,OU=developer1,DC=example,DC=local

Sample posted by Christopher Elkins 

<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> 

Thanks.

--
View this message in context: http://www.nabble.com/How-to-authenticate-against-W2K3-AD-for-multiple-OU-t1738928.html#a4725696
Sent from the Subversion Users forum at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org