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

LDAP Authentication

From: Patricia A Moss <pmoss4_at_csc.com>
Date: Mon, 16 Mar 2009 13:21:37 -0400

The Active Directory server that our Subversion environment authenticates
against is going to be changing, as will the location of each AD Group. I
have a few questions pertaining to this issue.
1. For each repository there is a repo-name.conf file created. Is this
the only file that would need to be changed?
2. Are these the correct lines, for each repo config file to be changed:
AuthType Basic
AuthName "FCGNET"
AuthLDAPURL
ldap://servername.fcg.com:3268/DC=fcg,DC=com?samAccountName?sub?(objectC
ategory=person)
AuthLDAPBindDN FCGNET\svnldap
AuthLDAPBindPassword xxxxxxx
Require valid-user
Options Indexes FollowSymLinks
AllowOverride None
order allow,deny
allow from all
AuthzSVNAccessFile /var/www/itsvnrepo-access.conf
<LimitExcept GET PROPFIND OPTIONS REPORT>
        require ldap-group CN=AD GroupName,DC=fcg,DC=com
</LimitExcept>
</Location>
3. What is the "AuthName", exactly?

Thank you,

PATI MOSS
System Engineer Sr. Professional
CSC

This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery.
NOTE: Regardless of content, this e-mail shall not operate to bind CSC to
any order or other contract unless pursuant to explicit written agreement
or government initiative expressly permitting the use of e-mail for such
purpose.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1334423

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-16 18:25:16 CET

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.