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

How to authenticate against W2K3 AD for multiple OU

From: SVNL <pineme_at_yahoo.com>
Date: 2006-06-06 04:06:03 CEST

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
Received on Tue Jun 6 04:07:17 2006

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.