Browse Source

docker images

Jonathan Turner 8 years ago
parent
commit
5a5f10a0d8
1 changed files with 1 additions and 1 deletions
  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>