-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Hello,
sorry for posting an issue but i can't get it to work and the error message does not help.
Apache Config:
AuthType GSSAPI
AuthName "Login"
GssapiConnectionBound On
GssapiSignalPersistentAuth On
Require valid-user
GssapiCredStore keytab:/etc/krb5_http.keytab
Apache Log file:
[Thu Sep 14 22:20:23.994211 2017] [auth_gssapi:debug] [pid 21099:tid 140206177675008] mod_auth_gssapi.c(857): [client 10.242.2.4:34880] URI: /test, no main, no prev
[Thu Sep 14 22:20:23.994262 2017] [auth_gssapi:error] [pid 21099:tid 140206177675008] [client 10.242.2.4:34880] NO AUTH DATA Client did not send any authentication headers
[Thu Sep 14 22:20:24.527259 2017] [auth_gssapi:debug] [pid 21099:tid 140206169282304] mod_auth_gssapi.c(857): [client 10.242.2.4:34880] URI: /test, no main, no prev
[Thu Sep 14 22:20:24.527690 2017] [auth_gssapi:error] [pid 21099:tid 140206169282304] [client 10.242.2.4:34880] GSS ERROR gss_acquire_cred_from failed to get server creds: [Unspecified GSS failure. Minor code may provide more information (Permission denied)]
And i started chromium with:
chromium-browser --auth-server-whitelist="10.255.250.96" --auth-negotiate-delegate-whitelist="10.255.250.96"
Greets,
Stefan