1.       Yes.
2.       I guess the only change would be in the AuthLDAPUrl and possibly the AuthLDAPBindDn/Password, and  LimitExcept probably, I don't know what that is.
3.       The AuthName is just a text string presented to the user when authenticated.
Geir
From: Patricia A Moss [mailto:pmoss4_at_csc.com]
Sent: 23. mars 2009 11:56
To: users_at_subversion.tigris.org
Subject: Re: LDAP Authentication
Can someone please help with this issue?
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.
Patricia A Moss/GIS/CSC_at_CSC
03/18/2009 06:39 AM
To
users_at_subversion.tigris.org
cc
Subject
Re: LDAP Authentication
I am running version 1.2.1 of Subversion on a RedHat 4.0 server.  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=1347279
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1414470
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-26 16:15:28 CET