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

Ldap

From: Somashekarappa, Anup (CWM-NR) <anup.somashekarappa_at_rbc.com>
Date: Wed, 15 Oct 2014 16:14:37 +0000

Hi,

We are using the below mentioned configuration for multiple ldap domain authentication but one of the domain(ldap2) is not working.

May I know what is wrong with this?

==========================================================================================

LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

<AuthnProviderAlias ldap ldap1>
        AuthLDAPURL "ldap://domian1.company.com/DC=domain1,DC=company,DC=com?sAMAccountName?sub?(objectClass=*)"
        AuthLDAPBindDN "CN=User1,OU=Service Accounts,OU=Information Technology,OU=Administration,OU=United States,DC=domain1,DC=company,DC=com"
        AuthLDAPBindPassword "**********"
</AuthnProviderAlias>

<AuthnProviderAlias ldap ldap2>
        AuthLDAPURL "ldap://domian2.company.com/DC=domain2,DC=company,DC=com?sAMAccountName?sub?(objectClass=*)"

        AuthLDAPBindDN "CN=User1,OU=Service Accounts,OU=Information Technology,OU=Administration,OU=United States,DC=domain1,DC=company,DC=com"

        AuthLDAPBindPassword "**********"
</AuthnProviderAlias>

<Location /svn>
        DAV svn
        SVNListParentPath on
        SVNParentPath /svn/data
        SVNPathAuthz short_circuit
        SVNListParentPath on
        AuthzSVNAccessFile /svn/accessfile

        AuthzLDAPAuthoritative off
        AuthType Basic
        AuthBasicProvider ldap1 ldap2
        AuthName "Windows Credentials"
        AuthzForceUsernameCase Lower
        Require valid-user

        CheckSpelling On
</Location>

Alias /public/ "/opt/netapp-aps/apsny/www/"
<Directory "/opt/netapp-aps/apsny/www/">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

<IfModule dav_svn_module>
LogFormat "%h %l %u %t %>s %b \"%{User-Agent}i\" repo:%{SVN-REPOS-NAME}e [%{SVN-ACTION}e] %B Bytes in %T Sec" svn
CustomLog logs/svn_log svn env=SVN-ACTION
</IfModule>

===========================================================================

Thanks & Regards,
Anup T S

______________________________________________________________________

This email is intended only for the use of the individual(s) to whom it is addressed and may be privileged and confidential.
Unauthorised use or disclosure is prohibited. If you receive this e-mail in error, please advise immediately
and delete the original message. This message may have been altered without your or our knowledge
and the sender does not accept any liability for any errors or omissions in the message.

Emails are monitored by supervisory personnel in jurisdictions where monitoring is permitted.
Such communications are retained and may be produced to regulatory authorities or others with legal rights to the information.
Received on 2014-10-15 18:15:13 CEST

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.