svn01:~ # cat /etc/apache2/vhosts.d/svn.d/repos/test.conf
<IfModule mod_dav_svn.c>

SetEnvif Request_URI ^/repos/test Repo_test=1
CustomLog   /svn/logs/repos/test/access.log "%h %t - %{SVN-REPOS-NAME}e - %u - %{SVN-ACTION}e" env=Repo_test
<Location "/repos/test">
    DAV svn
    SVNPath /svn/repos/test
    SVNReposName "TEST Repository"
    AuthLDAPURL "ldaps://10.30.244.59/dc=redes,dc=aeat?sAMAccountName?sub?(objectCategory=user)" SSL
    AuthLDAPBindDN "usrdit_auth_sh@REDES.AEAT"
    AuthLDAPBindPassword XXXXXXXX
    AuthLDAPGroupAttributeIsDN on
    AuthLDAPGroupAttribute member
    SVNAllowBulkUpdates Prefer

<If "true">
    SVNPathAuthz short_circuit
    AuthzSVNNoAuthWhenAnonymousAllowed Off
    AuthzSVNAnonymous On
    AuthzForceUsernameCase Lower
    AuthzSVNAccessFile /svn/config/auth/accessfile-test
    AuthzSVNAuthoritative Off
</If>

    AuthMerging And
    <RequireAll>
    Require valid-user
    <RequireAny>
      Require ldap-group CN=Administradores Servidores Horizontales,OU=Grupos que habilitan Perfiles funcionales de usuarios,OU=AEAT,DC=redes,DC=aeat
      Require ldap-group CN=APPBD,OU=Puntos de Control Corporativos,OU=Grupos,OU=AEAT_GIA,DC=redes,DC=aeat
    </RequireAny>
    </RequireAll>
 </Location>
</IfModule>
svn01:~ #


[Fri Feb 08 15:39:58.918857 2019] [ssl:info] [pid 22634:tid 139690048968448] [client 10.30.79.62:63615] AH01964: Connection to child 800 established (server svn01.desa.aeat:443)
[Fri Feb 08 15:39:58.919660 2019] [ssl:debug] [pid 22634:tid 139690048968448] ssl_engine_kernel.c(2141): [client 10.30.79.62:63615] AH02043: SSL virtual host for servername svn01.desa.aeat found
[Fri Feb 08 15:39:58.974338 2019] [ssl:debug] [pid 22634:tid 139690048968448] ssl_engine_kernel.c(2069): [client 10.30.79.62:63615] AH02041: Protocol: TLSv1.2, Cipher: ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)
[Fri Feb 08 15:39:58.975457 2019] [ssl:debug] [pid 22634:tid 139690048968448] ssl_engine_kernel.c(377): [client 10.30.79.62:63615] AH02034: Initial (No.1) HTTPS request received for child 800 (server svn01.desa.aeat:443)
[Fri Feb 08 15:39:58.975647 2019] [authz_svn:debug] [pid 22634:tid 139690048968448] subversion/mod_authz_svn/mod_authz_svn.c(450): [client 10.30.79.62:63615] Path to authz file is /svn/config/auth/accessfile-test
[Fri Feb 08 15:39:58.976688 2019] [authz_core:debug] [pid 22634:tid 139690048968448] mod_authz_core.c(809): [client 10.30.79.62:63615] AH01626: authorization result of Require valid-user : denied (no authenticated user yet)
[Fri Feb 08 15:39:58.976734 2019] [authz_core:debug] [pid 22634:tid 139690048968448] mod_authz_core.c(809): [client 10.30.79.62:63615] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Fri Feb 08 15:39:58.976752 2019] [authz_core:debug] [pid 22634:tid 139690048968448] mod_authz_core.c(809): [client 10.30.79.62:63615] AH01626: authorization result of Require valid-user : denied (no authenticated user yet)
[Fri Feb 08 15:39:58.976805 2019] [authz_core:debug] [pid 22634:tid 139690048968448] mod_authz_core.c(809): [client 10.30.79.62:63615] AH01626: authorization result of Require ldap-group CN=Administradores Servidores Horizontales,OU=Grupos que habilitan Perfiles funcionales de usuarios,OU=AEAT,DC=redes,DC=aeat: denied (no authenticated user yet)
[Fri Feb 08 15:39:58.976822 2019] [authz_core:debug] [pid 22634:tid 139690048968448] mod_authz_core.c(809): [client 10.30.79.62:63615] AH01626: authorization result of Require ldap-group CN=APPBD,OU=Puntos de Control Corporativos,OU=Grupos,OU=AEAT_GIA,DC=redes,DC=aeat: denied (no authenticated user yet)
[Fri Feb 08 15:39:58.976837 2019] [authz_core:debug] [pid 22634:tid 139690048968448] mod_authz_core.c(809): [client 10.30.79.62:63615] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Fri Feb 08 15:39:58.976851 2019] [authz_core:debug] [pid 22634:tid 139690048968448] mod_authz_core.c(809): [client 10.30.79.62:63615] AH01626: authorization result of <RequireAll>: denied (no authenticated user yet)
[Fri Feb 08 15:39:58.976866 2019] [authz_core:debug] [pid 22634:tid 139690048968448] mod_authz_core.c(809): [client 10.30.79.62:63615] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Fri Feb 08 15:39:58.976883 2019] [authz_core:debug] [pid 22634:tid 139690048968448] mod_authz_core.c(809): [client 10.30.79.62:63615] AH01626: authorization result of AuthMerging All: denied (no authenticated user yet)
[Fri Feb 08 15:39:58.977060 2019] [authz_core:debug] [pid 22634:tid 139690048968448] mod_authz_core.c(809): [client 10.30.79.62:63615] AH01626: authorization result of Require valid-user : denied (no authenticated user yet)
[Fri Feb 08 15:39:58.977086 2019] [authz_core:debug] [pid 22634:tid 139690048968448] mod_authz_core.c(809): [client 10.30.79.62:63615] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Fri Feb 08 15:39:58.996514 2019] [ssl:debug] [pid 22634:tid 139690048968448] ssl_engine_kernel.c(377): [client 10.30.79.62:63615] AH02034: Subsequent (No.2) HTTPS request received for child 800 (server svn01.desa.aeat:443)
[Fri Feb 08 15:39:58.996583 2019] [authz_core:debug] [pid 22634:tid 139690048968448] mod_authz_core.c(809): [client 10.30.79.62:63615] AH01626: authorization result of Require valid-user : denied (no authenticated user yet)
[Fri Feb 08 15:39:58.996603 2019] [authz_core:debug] [pid 22634:tid 139690048968448] mod_authz_core.c(809): [client 10.30.79.62:63615] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Fri Feb 08 15:39:58.996619 2019] [authz_core:debug] [pid 22634:tid 139690048968448] mod_authz_core.c(809): [client 10.30.79.62:63615] AH01626: authorization result of Require valid-user : denied (no authenticated user yet)
[Fri Feb 08 15:39:58.996636 2019] [authz_core:debug] [pid 22634:tid 139690048968448] mod_authz_core.c(809): [client 10.30.79.62:63615] AH01626: authorization result of Require ldap-group CN=Administradores Servidores Horizontales,OU=Grupos que habilitan Perfiles funcionales de usuarios,OU=AEAT,DC=redes,DC=aeat: denied (no authenticated user yet)
[Fri Feb 08 15:39:58.996652 2019] [authz_core:debug] [pid 22634:tid 139690048968448] mod_authz_core.c(809): [client 10.30.79.62:63615] AH01626: authorization result of Require ldap-group CN=APPBD,OU=Puntos de Control Corporativos,OU=Grupos,OU=AEAT_GIA,DC=redes,DC=aeat: denied (no authenticated user yet)
[Fri Feb 08 15:39:58.996690 2019] [authz_core:debug] [pid 22634:tid 139690048968448] mod_authz_core.c(809): [client 10.30.79.62:63615] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Fri Feb 08 15:39:58.996706 2019] [authz_core:debug] [pid 22634:tid 139690048968448] mod_authz_core.c(809): [client 10.30.79.62:63615] AH01626: authorization result of <RequireAll>: denied (no authenticated user yet)
[Fri Feb 08 15:39:58.996720 2019] [authz_core:debug] [pid 22634:tid 139690048968448] mod_authz_core.c(809): [client 10.30.79.62:63615] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Fri Feb 08 15:39:58.996735 2019] [authz_core:debug] [pid 22634:tid 139690048968448] mod_authz_core.c(809): [client 10.30.79.62:63615] AH01626: authorization result of AuthMerging All: denied (no authenticated user yet)
[Fri Feb 08 15:39:58.996841 2019] [authnz_ldap:debug] [pid 22634:tid 139690048968448] mod_authnz_ldap.c(523): [client 10.30.79.62:63615] AH01691: auth_ldap authenticate: using URL ldaps://10.30.244.59/dc=redes,dc=aeat?sAMAccountName?sub?(objectCategory=user)
[Fri Feb 08 15:39:59.039394 2019] [authnz_ldap:debug] [pid 22634:tid 139690048968448] mod_authnz_ldap.c(620): [client 10.30.79.62:63615] AH01697: auth_ldap authenticate: accepting f00910y6
[Fri Feb 08 15:39:59.039460 2019] [authz_svn:debug] [pid 22634:tid 139690048968448] subversion/mod_authz_svn/mod_authz_svn.c(450): [client 10.30.79.62:63615] Path to authz file is /svn/config/auth/accessfile-test
[Fri Feb 08 15:39:59.039484 2019] [authz_svn:info] [pid 22634:tid 139690048968448] [client 10.30.79.62:63615] Access granted: 'F00910Y6' OPTIONS test:/f00910y6/third
[Fri Feb 08 15:39:59.041856 2019] [ssl:debug] [pid 22634:tid 139690048968448] ssl_engine_io.c(1103): [client 10.30.79.62:63615] AH02001: Connection closed to child 800 with standard shutdown (server svn01.desa.aeat:443)
[Fri Feb 08 15:39:59.044613 2019] [ssl:info] [pid 22630:tid 139690032183040] [client 10.30.79.62:63616] AH01964: Connection to child 2 established (server svn01.desa.aeat:443)
[Fri Feb 08 15:39:59.045201 2019] [ssl:debug] [pid 22630:tid 139690032183040] ssl_engine_kernel.c(2141): [client 10.30.79.62:63616] AH02043: SSL virtual host for servername svn01.desa.aeat found
[Fri Feb 08 15:39:59.073563 2019] [ssl:debug] [pid 22630:tid 139690032183040] ssl_engine_kernel.c(2069): [client 10.30.79.62:63616] AH02041: Protocol: TLSv1.2, Cipher: ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)
[Fri Feb 08 15:39:59.074735 2019] [ssl:debug] [pid 22630:tid 139690032183040] ssl_engine_kernel.c(377): [client 10.30.79.62:63616] AH02034: Initial (No.1) HTTPS request received for child 2 (server svn01.desa.aeat:443)
[Fri Feb 08 15:39:59.074876 2019] [authz_core:debug] [pid 22630:tid 139690032183040] mod_authz_core.c(809): [client 10.30.79.62:63616] AH01626: authorization result of Require valid-user : denied (no authenticated user yet)
[Fri Feb 08 15:39:59.074904 2019] [authz_core:debug] [pid 22630:tid 139690032183040] mod_authz_core.c(809): [client 10.30.79.62:63616] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.074921 2019] [authz_core:debug] [pid 22630:tid 139690032183040] mod_authz_core.c(809): [client 10.30.79.62:63616] AH01626: authorization result of Require valid-user : denied (no authenticated user yet)
[Fri Feb 08 15:39:59.074938 2019] [authz_core:debug] [pid 22630:tid 139690032183040] mod_authz_core.c(809): [client 10.30.79.62:63616] AH01626: authorization result of Require ldap-group CN=Administradores Servidores Horizontales,OU=Grupos que habilitan Perfiles funcionales de usuarios,OU=AEAT,DC=redes,DC=aeat: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.074954 2019] [authz_core:debug] [pid 22630:tid 139690032183040] mod_authz_core.c(809): [client 10.30.79.62:63616] AH01626: authorization result of Require ldap-group CN=APPBD,OU=Puntos de Control Corporativos,OU=Grupos,OU=AEAT_GIA,DC=redes,DC=aeat: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.074985 2019] [authz_core:debug] [pid 22630:tid 139690032183040] mod_authz_core.c(809): [client 10.30.79.62:63616] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.075000 2019] [authz_core:debug] [pid 22630:tid 139690032183040] mod_authz_core.c(809): [client 10.30.79.62:63616] AH01626: authorization result of <RequireAll>: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.075014 2019] [authz_core:debug] [pid 22630:tid 139690032183040] mod_authz_core.c(809): [client 10.30.79.62:63616] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.075028 2019] [authz_core:debug] [pid 22630:tid 139690032183040] mod_authz_core.c(809): [client 10.30.79.62:63616] AH01626: authorization result of AuthMerging All: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.075089 2019] [authnz_ldap:debug] [pid 22630:tid 139690032183040] mod_authnz_ldap.c(523): [client 10.30.79.62:63616] AH01691: auth_ldap authenticate: using URL ldaps://10.30.244.59/dc=redes,dc=aeat?sAMAccountName?sub?(objectCategory=user)
[Fri Feb 08 15:39:59.075143 2019] [authnz_ldap:debug] [pid 22630:tid 139690032183040] mod_authnz_ldap.c(620): [client 10.30.79.62:63616] AH01697: auth_ldap authenticate: accepting f00910y6
[Fri Feb 08 15:39:59.075192 2019] [authz_svn:debug] [pid 22630:tid 139690032183040] subversion/mod_authz_svn/mod_authz_svn.c(450): [client 10.30.79.62:63616] Path to authz file is /svn/config/auth/accessfile-test
[Fri Feb 08 15:39:59.076068 2019] [authz_svn:info] [pid 22630:tid 139690032183040] [client 10.30.79.62:63616] Access granted: 'F00910Y6' OPTIONS test:/f00910y6/third
[Fri Feb 08 15:39:59.078279 2019] [ssl:debug] [pid 22630:tid 139690032183040] ssl_engine_io.c(1103): [client 10.30.79.62:63616] AH02001: Connection closed to child 2 with standard shutdown (server svn01.desa.aeat:443)
[Fri Feb 08 15:39:59.080744 2019] [ssl:info] [pid 22633:tid 139690032183040] [client 10.30.79.62:63617] AH01964: Connection to child 602 established (server svn01.desa.aeat:443)
[Fri Feb 08 15:39:59.081342 2019] [ssl:debug] [pid 22633:tid 139690032183040] ssl_engine_kernel.c(2141): [client 10.30.79.62:63617] AH02043: SSL virtual host for servername svn01.desa.aeat found
[Fri Feb 08 15:39:59.109130 2019] [ssl:debug] [pid 22633:tid 139690032183040] ssl_engine_kernel.c(2069): [client 10.30.79.62:63617] AH02041: Protocol: TLSv1.2, Cipher: ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)
[Fri Feb 08 15:39:59.110251 2019] [ssl:debug] [pid 22633:tid 139690032183040] ssl_engine_kernel.c(377): [client 10.30.79.62:63617] AH02034: Initial (No.1) HTTPS request received for child 602 (server svn01.desa.aeat:443)
[Fri Feb 08 15:39:59.110383 2019] [authz_core:debug] [pid 22633:tid 139690032183040] mod_authz_core.c(809): [client 10.30.79.62:63617] AH01626: authorization result of Require valid-user : denied (no authenticated user yet)
[Fri Feb 08 15:39:59.110410 2019] [authz_core:debug] [pid 22633:tid 139690032183040] mod_authz_core.c(809): [client 10.30.79.62:63617] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.110427 2019] [authz_core:debug] [pid 22633:tid 139690032183040] mod_authz_core.c(809): [client 10.30.79.62:63617] AH01626: authorization result of Require valid-user : denied (no authenticated user yet)
[Fri Feb 08 15:39:59.110445 2019] [authz_core:debug] [pid 22633:tid 139690032183040] mod_authz_core.c(809): [client 10.30.79.62:63617] AH01626: authorization result of Require ldap-group CN=Administradores Servidores Horizontales,OU=Grupos que habilitan Perfiles funcionales de usuarios,OU=AEAT,DC=redes,DC=aeat: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.110462 2019] [authz_core:debug] [pid 22633:tid 139690032183040] mod_authz_core.c(809): [client 10.30.79.62:63617] AH01626: authorization result of Require ldap-group CN=APPBD,OU=Puntos de Control Corporativos,OU=Grupos,OU=AEAT_GIA,DC=redes,DC=aeat: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.110488 2019] [authz_core:debug] [pid 22633:tid 139690032183040] mod_authz_core.c(809): [client 10.30.79.62:63617] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.110504 2019] [authz_core:debug] [pid 22633:tid 139690032183040] mod_authz_core.c(809): [client 10.30.79.62:63617] AH01626: authorization result of <RequireAll>: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.110518 2019] [authz_core:debug] [pid 22633:tid 139690032183040] mod_authz_core.c(809): [client 10.30.79.62:63617] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.110532 2019] [authz_core:debug] [pid 22633:tid 139690032183040] mod_authz_core.c(809): [client 10.30.79.62:63617] AH01626: authorization result of AuthMerging All: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.110591 2019] [authnz_ldap:debug] [pid 22633:tid 139690032183040] mod_authnz_ldap.c(523): [client 10.30.79.62:63617] AH01691: auth_ldap authenticate: using URL ldaps://10.30.244.59/dc=redes,dc=aeat?sAMAccountName?sub?(objectCategory=user)
[Fri Feb 08 15:39:59.110644 2019] [authnz_ldap:debug] [pid 22633:tid 139690032183040] mod_authnz_ldap.c(620): [client 10.30.79.62:63617] AH01697: auth_ldap authenticate: accepting f00910y6
[Fri Feb 08 15:39:59.110690 2019] [authz_svn:debug] [pid 22633:tid 139690032183040] subversion/mod_authz_svn/mod_authz_svn.c(450): [client 10.30.79.62:63617] Path to authz file is /svn/config/auth/accessfile-test
[Fri Feb 08 15:39:59.111568 2019] [authz_svn:info] [pid 22633:tid 139690032183040] [client 10.30.79.62:63617] Access granted: 'F00910Y6' POST test:
[Fri Feb 08 15:39:59.131892 2019] [ssl:debug] [pid 22633:tid 139690032183040] ssl_engine_io.c(1103): [client 10.30.79.62:63617] AH02001: Connection closed to child 602 with standard shutdown (server svn01.desa.aeat:443)
[Fri Feb 08 15:39:59.141256 2019] [ssl:info] [pid 22631:tid 139689415423744] [client 10.30.79.62:63618] AH01964: Connection to child 267 established (server svn01.desa.aeat:443)
[Fri Feb 08 15:39:59.141845 2019] [ssl:debug] [pid 22631:tid 139689415423744] ssl_engine_kernel.c(2141): [client 10.30.79.62:63618] AH02043: SSL virtual host for servername svn01.desa.aeat found
[Fri Feb 08 15:39:59.169629 2019] [ssl:debug] [pid 22631:tid 139689415423744] ssl_engine_kernel.c(2069): [client 10.30.79.62:63618] AH02041: Protocol: TLSv1.2, Cipher: ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)
[Fri Feb 08 15:39:59.170677 2019] [ssl:debug] [pid 22631:tid 139689415423744] ssl_engine_kernel.c(377): [client 10.30.79.62:63618] AH02034: Initial (No.1) HTTPS request received for child 267 (server svn01.desa.aeat:443)
[Fri Feb 08 15:39:59.170822 2019] [authz_core:debug] [pid 22631:tid 139689415423744] mod_authz_core.c(809): [client 10.30.79.62:63618] AH01626: authorization result of Require valid-user : denied (no authenticated user yet)
[Fri Feb 08 15:39:59.170849 2019] [authz_core:debug] [pid 22631:tid 139689415423744] mod_authz_core.c(809): [client 10.30.79.62:63618] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.170867 2019] [authz_core:debug] [pid 22631:tid 139689415423744] mod_authz_core.c(809): [client 10.30.79.62:63618] AH01626: authorization result of Require valid-user : denied (no authenticated user yet)
[Fri Feb 08 15:39:59.170885 2019] [authz_core:debug] [pid 22631:tid 139689415423744] mod_authz_core.c(809): [client 10.30.79.62:63618] AH01626: authorization result of Require ldap-group CN=Administradores Servidores Horizontales,OU=Grupos que habilitan Perfiles funcionales de usuarios,OU=AEAT,DC=redes,DC=aeat: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.170901 2019] [authz_core:debug] [pid 22631:tid 139689415423744] mod_authz_core.c(809): [client 10.30.79.62:63618] AH01626: authorization result of Require ldap-group CN=APPBD,OU=Puntos de Control Corporativos,OU=Grupos,OU=AEAT_GIA,DC=redes,DC=aeat: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.170917 2019] [authz_core:debug] [pid 22631:tid 139689415423744] mod_authz_core.c(809): [client 10.30.79.62:63618] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.170947 2019] [authz_core:debug] [pid 22631:tid 139689415423744] mod_authz_core.c(809): [client 10.30.79.62:63618] AH01626: authorization result of <RequireAll>: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.170962 2019] [authz_core:debug] [pid 22631:tid 139689415423744] mod_authz_core.c(809): [client 10.30.79.62:63618] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.170977 2019] [authz_core:debug] [pid 22631:tid 139689415423744] mod_authz_core.c(809): [client 10.30.79.62:63618] AH01626: authorization result of AuthMerging All: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.171048 2019] [authnz_ldap:debug] [pid 22631:tid 139689415423744] mod_authnz_ldap.c(523): [client 10.30.79.62:63618] AH01691: auth_ldap authenticate: using URL ldaps://10.30.244.59/dc=redes,dc=aeat?sAMAccountName?sub?(objectCategory=user)
[Fri Feb 08 15:39:59.171106 2019] [authnz_ldap:debug] [pid 22631:tid 139689415423744] mod_authnz_ldap.c(620): [client 10.30.79.62:63618] AH01697: auth_ldap authenticate: accepting f00910y6
[Fri Feb 08 15:39:59.171160 2019] [authz_svn:debug] [pid 22631:tid 139689415423744] subversion/mod_authz_svn/mod_authz_svn.c(450): [client 10.30.79.62:63618] Path to authz file is /svn/config/auth/accessfile-test
[Fri Feb 08 15:39:59.172061 2019] [authz_svn:info] [pid 22631:tid 139689415423744] [client 10.30.79.62:63618] Access granted: 'F00910Y6' PUT test:/f00910y6/third/second.c
[Fri Feb 08 15:39:59.174347 2019] [authz_svn:debug] [pid 22631:tid 139689415423744] subversion/mod_authz_svn/mod_authz_svn.c(450): [client 10.30.79.62:63618] Path to authz file is /svn/config/auth/accessfile-test
[Fri Feb 08 15:39:59.174398 2019] [authz_svn:info] [pid 22631:tid 139689415423744] [client 10.30.79.62:63618] Access granted: 'F00910Y6' PUT /f00910y6/third/second.c
[Fri Feb 08 15:39:59.182403 2019] [ssl:debug] [pid 22631:tid 139689415423744] ssl_engine_io.c(1103): [client 10.30.79.62:63618] AH02001: Connection closed to child 267 with standard shutdown (server svn01.desa.aeat:443)
[Fri Feb 08 15:39:59.187854 2019] [ssl:info] [pid 22635:tid 139689608455936] [client 10.30.79.62:63619] AH01964: Connection to child 1044 established (server svn01.desa.aeat:443)
[Fri Feb 08 15:39:59.188510 2019] [ssl:debug] [pid 22635:tid 139689608455936] ssl_engine_kernel.c(2141): [client 10.30.79.62:63619] AH02043: SSL virtual host for servername svn01.desa.aeat found
[Fri Feb 08 15:39:59.222890 2019] [ssl:debug] [pid 22635:tid 139689608455936] ssl_engine_kernel.c(2069): [client 10.30.79.62:63619] AH02041: Protocol: TLSv1.2, Cipher: ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)
[Fri Feb 08 15:39:59.224020 2019] [ssl:debug] [pid 22635:tid 139689608455936] ssl_engine_kernel.c(377): [client 10.30.79.62:63619] AH02034: Initial (No.1) HTTPS request received for child 1044 (server svn01.desa.aeat:443)
[Fri Feb 08 15:39:59.224196 2019] [authz_core:debug] [pid 22635:tid 139689608455936] mod_authz_core.c(809): [client 10.30.79.62:63619] AH01626: authorization result of Require valid-user : denied (no authenticated user yet)
[Fri Feb 08 15:39:59.224235 2019] [authz_core:debug] [pid 22635:tid 139689608455936] mod_authz_core.c(809): [client 10.30.79.62:63619] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.224261 2019] [authz_core:debug] [pid 22635:tid 139689608455936] mod_authz_core.c(809): [client 10.30.79.62:63619] AH01626: authorization result of Require valid-user : denied (no authenticated user yet)
[Fri Feb 08 15:39:59.224288 2019] [authz_core:debug] [pid 22635:tid 139689608455936] mod_authz_core.c(809): [client 10.30.79.62:63619] AH01626: authorization result of Require ldap-group CN=Administradores Servidores Horizontales,OU=Grupos que habilitan Perfiles funcionales de usuarios,OU=AEAT,DC=redes,DC=aeat: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.224313 2019] [authz_core:debug] [pid 22635:tid 139689608455936] mod_authz_core.c(809): [client 10.30.79.62:63619] AH01626: authorization result of Require ldap-group CN=APPBD,OU=Puntos de Control Corporativos,OU=Grupos,OU=AEAT_GIA,DC=redes,DC=aeat: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.224369 2019] [authz_core:debug] [pid 22635:tid 139689608455936] mod_authz_core.c(809): [client 10.30.79.62:63619] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.224392 2019] [authz_core:debug] [pid 22635:tid 139689608455936] mod_authz_core.c(809): [client 10.30.79.62:63619] AH01626: authorization result of <RequireAll>: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.224411 2019] [authz_core:debug] [pid 22635:tid 139689608455936] mod_authz_core.c(809): [client 10.30.79.62:63619] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.224432 2019] [authz_core:debug] [pid 22635:tid 139689608455936] mod_authz_core.c(809): [client 10.30.79.62:63619] AH01626: authorization result of AuthMerging All: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.224520 2019] [authnz_ldap:debug] [pid 22635:tid 139689608455936] mod_authnz_ldap.c(523): [client 10.30.79.62:63619] AH01691: auth_ldap authenticate: using URL ldaps://10.30.244.59/dc=redes,dc=aeat?sAMAccountName?sub?(objectCategory=user)
[Fri Feb 08 15:39:59.224600 2019] [authnz_ldap:debug] [pid 22635:tid 139689608455936] mod_authnz_ldap.c(620): [client 10.30.79.62:63619] AH01697: auth_ldap authenticate: accepting f00910y6
[Fri Feb 08 15:39:59.224672 2019] [authz_svn:debug] [pid 22635:tid 139689608455936] subversion/mod_authz_svn/mod_authz_svn.c(450): [client 10.30.79.62:63619] Path to authz file is /svn/config/auth/accessfile-test
[Fri Feb 08 15:39:59.225740 2019] [authz_svn:info] [pid 22635:tid 139689608455936] [client 10.30.79.62:63619] Access granted: 'F00910Y6' MERGE test:
[Fri Feb 08 15:39:59.226184 2019] [authz_core:debug] [pid 22635:tid 139689608455936] mod_authz_core.c(809): [client 10.30.79.62:63619] AH01626: authorization result of Require valid-user : denied (no authenticated user yet)
[Fri Feb 08 15:39:59.226227 2019] [authz_core:debug] [pid 22635:tid 139689608455936] mod_authz_core.c(809): [client 10.30.79.62:63619] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.226254 2019] [authz_core:debug] [pid 22635:tid 139689608455936] mod_authz_core.c(809): [client 10.30.79.62:63619] AH01626: authorization result of Require valid-user : denied (no authenticated user yet)
[Fri Feb 08 15:39:59.226279 2019] [authz_core:debug] [pid 22635:tid 139689608455936] mod_authz_core.c(809): [client 10.30.79.62:63619] AH01626: authorization result of Require ldap-group CN=Administradores Servidores Horizontales,OU=Grupos que habilitan Perfiles funcionales de usuarios,OU=AEAT,DC=redes,DC=aeat: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.226306 2019] [authz_core:debug] [pid 22635:tid 139689608455936] mod_authz_core.c(809): [client 10.30.79.62:63619] AH01626: authorization result of Require ldap-group CN=APPBD,OU=Puntos de Control Corporativos,OU=Grupos,OU=AEAT_GIA,DC=redes,DC=aeat: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.226328 2019] [authz_core:debug] [pid 22635:tid 139689608455936] mod_authz_core.c(809): [client 10.30.79.62:63619] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.226349 2019] [authz_core:debug] [pid 22635:tid 139689608455936] mod_authz_core.c(809): [client 10.30.79.62:63619] AH01626: authorization result of <RequireAll>: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.226371 2019] [authz_core:debug] [pid 22635:tid 139689608455936] mod_authz_core.c(809): [client 10.30.79.62:63619] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.226394 2019] [authz_core:debug] [pid 22635:tid 139689608455936] mod_authz_core.c(809): [client 10.30.79.62:63619] AH01626: authorization result of AuthMerging All: denied (no authenticated user yet)
[Fri Feb 08 15:39:59.226458 2019] [authnz_ldap:debug] [pid 22635:tid 139689608455936] mod_authnz_ldap.c(523): [client 10.30.79.62:63619] AH01691: auth_ldap authenticate: using URL ldaps://10.30.244.59/dc=redes,dc=aeat?sAMAccountName?sub?(objectCategory=user)
[Fri Feb 08 15:39:59.226514 2019] [authnz_ldap:debug] [pid 22635:tid 139689608455936] mod_authnz_ldap.c(620): [client 10.30.79.62:63619] AH01697: auth_ldap authenticate: accepting f00910y6
[Fri Feb 08 15:39:59.226550 2019] [authz_svn:debug] [pid 22635:tid 139689608455936] subversion/mod_authz_svn/mod_authz_svn.c(450): [client 10.30.79.62:63619] Path to authz file is /svn/config/auth/accessfile-test
[Fri Feb 08 15:39:59.226587 2019] [authz_svn:info] [pid 22635:tid 139689608455936] [client 10.30.79.62:63619] Access granted: 'F00910Y6' MERGE test:
[Fri Feb 08 15:39:59.250228 2019] [ssl:debug] [pid 22635:tid 139689608455936] ssl_engine_io.c(1103): [client 10.30.79.62:63619] AH02001: Connection closed to child 1044 with standard shutdown (server svn01.desa.aeat:443)

