bringhurst / nginx-mod-auth-kerb

An nginx module to enable the use of SPNEGO, GSSAPI, and Kerberos for HTTP SSO authentication.
Other
37 stars 8 forks source link

realm isn't stripped if auth_gss_realm is used #5

Open vovan69 opened 12 years ago

vovan69 commented 12 years ago

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 user@DOMAIN.NAME in the nginx log files). Could you point me out what could be wrong?