Replies: 1 comment
-
Do you fall in a situation that is not handled here in the GssapiAcceptorName option description? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use a different VirtualHost ServerName and map the auth to a host principal using GssapiAcceptorName?
ServerName usefulsite.example.com
GssapiAcceptorName "[email protected]"
I've tried those stanzas but get
GSS ERROR gss_acquire_cred[_from]() failed to get server creds: ... No key table entry found matching "host/myserver.example.com"@)
. Even though I have in my apache-readable keytab,host/[email protected]
. I've also specified a matching default realm in the krb5.conf.Beta Was this translation helpful? Give feedback.
All reactions