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.