In the httpd.conf file,
I have the following line which allows people in a specific distribution list that
is maintained by our Active Directory access to the dirs in SVN: AuthLDAPURL ldap://OurServer:OurPort/DC=xxxx,DC=com?sAMAccountName?sub?(objectClass=user)(memberOf=CN=OurADName,CN=users,DC=xxxxx,DC=com) I have two more AD
groups that I’d like to allow access to SVN. Is the following
valid? If not, is this possible (allowing multiple Groups access to
separate areas)? If so, and I’m not close with my syntax, where can
I go for additional reading? AuthLDAPURL ldap://OurServer:OurPort/DC=xxxx,DC=com?sAMAccountName?sub?(objectClass=user)(memberOf=CN=OurADName,CN=users,DC=xxxxx,DC=com)
(memberOf=CN=ADGroupOne,CN=users,DC=xxxxx,DC=com)(memberOf=CN=ADGroupTwo,CN=users,DC=xxxxx,DC=com) Thanks, Gabriel Harmon
|