Re: Subversion with LDAP - Display description
From: Leszek Szarlej <leszek.szarlej_at_gmail.com>
Date: Fri, 2 Jul 2010 19:35:31 +0200
Hi
In our company we authenticate based on UserID, then we use email address
AuthLDAPURL "ldap://bla.glob.com:389/(..)?UserID,mail?sub?(objectClass=*)"
AuthzForceUsernameCase Lower
AuthLDAPRemoteUserAttribute mail
AuthLDAPRemoteUserIsDN on
AuthzLDAPAuthoritative off
AuthzSVNAccessFile "/opt/svn/svn_authz_access"
In this example you need to have svn permissions defined as emails:
[groups]
abc_group = john.dejohn_at_example.com
If the user does commit, you will have his email address in the log history.
All entries in access_log / error_log will have user email instead of his
Hope it will address your issue.
Leszek
On 2 July 2010 19:08, Alec Kloss <alec.kloss_at_oracle.com> wrote:
> On 2010-07-02 08:13, Maxter wrote:
|
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.