mod_auth_gssapi icon indicating copy to clipboard operation
mod_auth_gssapi copied to clipboard

GSSAPI Negotiate module for Apache

Results 16 mod_auth_gssapi issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, Following discussion https://github.com/gssapi/mod_auth_gssapi/discussions/268 I would like to please ask for an enhancement to provide a method by which the session cookie could possibly retain a timestamp, so that the...

Hi, I'm implementing the mod_auth_gssapi and it works fine. I've a strange behaviour with chrome and basic login (when the client is not on domain). when the pop-up appears If...

mod_session is turning out to cause more issues than it resolves, from adding arbitrary data to a cookie, to double cookies being sent to clients, and other issues worked around...

help wanted

Hi, I'm trying to make mod_auth_gssapi to work with Apache dbd sessions. If apache is configured to keep sessions with a client-side cookie (no dbd) everything works fine - sessions...

help wanted

GssapiDelegCcacheUnique has a nasty not that users need to come up with a way to monitor and clear of old caches the ccache directory. We also provide a sweeper.py utility...

enhancement
help wanted

Just a suggestion; Would it be overkill to integrate a login form instead of just basic auth fallback, and support OTP from MIT KRB5 in same auth form?

enhancement

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...

Hello, I am wondering if it would be possible to extend mod_auth_gssapi abilities to decode Kerberos PAC and allow finer grained access control based on groups the authenticated user is...

Hello, I recently migrated from mod_auth_kerb to mod_auth_gssapi. Indeed, AWS recently decided to remove mod_auth_gssapi from their package manager for Amazon Linux 2023. So I decided to build the module...

Since this is not a package on Gentoo I tried to build it from source and had a build failure: ``` jmd0 ~/projects/mod_auth_gssapi # ./configure checking for a BSD-compatible install......