mod_auth_gssapi
mod_auth_gssapi copied to clipboard
GSSAPI Negotiate module for Apache
I have multiple web applications running with different keytabs and gssproxy. I use [gssproxy's sockets](https://github.com/gssapi/gssproxy/blob/main/docs/README.md#aside-using-a-custom-socket) to differentiate between them. For that, I need to pass the `GSSPROXY_SOCKET` environment variable to...
Hi, I tried to build mod_auth_gssapi from source with opennsl 3 (3.0.8) a got below mentioned error. Same budil configuration with openssl 1.1.1 was OK. It is possible tu build...
Hi, I try to get the option GssapiImpersonate working. Situation: User -----> Apache Proxy --------> Service with Kerberos My goal is that the user is authenticated on the proxy and...
I'm using gssapi to authenticate access to a viewvc instance and I'm getting these warnings in the logs. [auth_gssapi:warn] [pid 14398:tid 14439] [client xxx.xxx.xxx.xxx:52682] Subrequest authentication bypass on location with...
Hi, can you help me with the error message? I searched a lot but I cant find anything related to this topic Regards
According to the `GssapiUseSessions` documentation, the session cookies should expire according to the lifetime of the GSSAPI session established at authentication. I don't see the expiration beeing set in the...