Explorar el Código

docker images

Jonathan Turner hace 8 años
padre
commit
5a5f10a0d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      testenv/docker/krbhttp/httpd-krb5.conf

+ 1 - 1
testenv/docker/krbhttp/httpd-krb5.conf

@@ -8,7 +8,7 @@ ProxyIOBufferSize 65536
         KrbMethodK5Passwd On
         KrbLocalUserMapping On
         KrbAuthRealms TEST.GOKRB5
-        Krb5KeyTab /vagrant/http.testtab
+        Krb5KeyTab /etc/httpd/http.testtab
         #KrbSaveCredentials On
         require valid-user
 </LocationMatch>