nginx-mod-auth-kerb icon indicating copy to clipboard operation
nginx-mod-auth-kerb copied to clipboard

An nginx module to enable the use of SPNEGO, GSSAPI, and Kerberos for HTTP SSO authentication.

Results 5 nginx-mod-auth-kerb issues
Sort by recently updated
recently updated
newest added

This could be useful when someone wants to have a full $remote_user variable in format [email protected] which can be further passed to an application. Ref #2

There should be REMOTE_USER enviroment variable following the original [CGI standard](http://www.ietf.org/rfc/rfc3875.txt). In this case domain username can be accesable by _SERVER['REMOTE_USER'] in PHP or request.env['REMOTE_USER'] in Ruby on Rails. It...

Sorry for opening a bug for this but I do think that it is essential to know if anyone is currently using this in production and at which scale. even...

[mod_auth_kerb](http://modauthkerb.sourceforge.net/) for Apache2 request username\password by HTTP BASIC AUTH in case there is no SSO support in current browser. It would be great if nginx-mod-auth-kerb was able to support this.

I'm trying to use this modules and, actually, it works. However, even if I specify auth_gss_realm in nginx configuration file, the realm isn't stripped from kerberos user name (I see...