Apacheconfiguration对多域,多组访问Subversion的LDAPauthentication和授权失败
Apacheconfiguration问题:针对多域,多组访问Subversion的LDAPauthentication和授权失败 这是一个简化的Apacheconfiguration,旨在为属于两个不同域中两个不同ldap组成员的用户提供对Subversion的访问:Domain1中的SVN_Group1或Domain2中的SVN_Group2。 目前没有工作。 <AuthnProviderAlias ldap ldap-Domain1> AuthLDAPBindDN "CN=ServiceAccount1,OU=ServiceAccounts,OU=AD,OU=US,DC=domain1,DC=net" AuthLDAPBindPassword password1 AuthLDAPURL "ldap://domain1:3268/DC=domain1,DC=net?sAMAccountName?sub?(objectClass=*)" </AuthnProviderAlias> <AuthnProviderAlias ldap ldap-Domain2> AuthLDAPBindDN "CN=ServiceAccount2,OU=Service Accounts,DC=domain2,DC=net" AuthLDAPBindPassword password2 AuthLDAPURL "ldap://domain2.net:3268/DC=internal,DC=domain2,DC=net?sAMAccountName?sub?(objectClass=*)" </AuthnProviderAlias> <Location "/svn"> DAV svn SVNParentPath D:/Svn/Repository/Data AuthType Basic AuthName "Subversion Server" AuthBasicProvider ldap-Domain1 ldap-Domain2 AuthzLDAPAuthoritative off require ldap-group CN=SVN_Group1,OU=Groups,OU=AD,OU=US,DC=domain1,DC=net require ldap-group CN=SVN_Group2,OU=Groups,OU=MA,OU=AMER,DC=domain2,DC=net </Location> 当我尝试访问Subversion时,我的Apache错误日志报告了以下错误: [Fri Jun 30 14:54:55 2017] [warn] [client […]