Subversion + Apache 2.4 + Active Directory

1

Estou tentando configurar a autenticação do subversion apache 2.4.7 usando o diretório ativo. onde eu estou encontrando authzldapauthoritative é mais suportado no Apache 2.4.x. A seguir está a configuração do Apache e por favor me diga a sintaxe alternativa de authzldapauthoritative para configurá-lo.

<Location /testing>

  # Uncomment this to enable the repository,
  DAV svn

  # Set this to the path to your repository
  SVNPath /subversion/testing

   AuthType basic
   AuthBasicProvider ldap
   AuthLDAPBindAuthoritative on
   AuthLDAPURL "ldap://192.168.178.1/CN=MISC-User-IDs,DC=xtz,DC=com?sAMAccountName?sub?(objectClass=*)"
   AuthName "Testing Repository"
   AuthLDAPBindDN "[email protected]"
   AuthLDAPBindPassword Read#123
   Require ldap-group CN=subversiontesting,CN=MISC-Group-IDs,dc=xcd,dc=com


#  <LimitExcept GET PROPFIND OPTIONS REPORT>
#    require valid-user
#  </LimitExcept>

</Location>
    
por Caterpillar 13.04.2018 / 12:29

0 respostas