Replies: 1 comment
-
Sorry but there isn't enough information here to understand what you are trying to do. However it is not clear to me if you want to use the client token to authenticate to postgres or if the auth to postgres is unrelated and should happen with the apache keytab. |
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
-
Hello! I have three servers. Two of them are Apache, and the third -
PostgreSQL. I need to set up a S4U2Proxy on Apache. The second apache must authenticate with gss in PostgreSQL as a client.
Constrained delegation does not work. Tell me, please, what am I doing wrong?
First Apache config file:
Second Apache config file:
The following errors are observed in the logs of the first Apache:
NO AUTH DATA Client did not send any authentication headers
andGSS ERROR gss_acquire_cred[_from]() failed to get server creds: [Unspecified GSS failure. Minor code may provide more information (SPNEGO cannot find mechanisms to negotiate)]
Unlimited delegation works without error.
Keytab file permissions are fine.
Beta Was this translation helpful? Give feedback.
All reactions