SPNEGO GSSAPI authentication

Edit Package nginx-module-spnego-http-auth

This module implements adds SPNEGO support to nginx. It currently supports only Kerberos authentication via GSSAPI.

Refresh
Refresh
Source Files
Filename Size Changed
_service 0000000562 562 Bytes
project.diff 0000001667 1.63 KB
Revision 5 (latest revision is 9)
Samu Voutilainen's avatar Samu Voutilainen (Smar) committed (revision 5)
- Update to version v1.1.1:
  * Check basic auth result against != NGX_OK rather than == NGX_DECLINED
  * Add support for NetBSD.
  * Removed the #include of com_err.h because it wasn't used, and Heimdal Kerberos doesn't have it.
  * Patch nginx to support GSS localname
  * Fix off by one error in spnego token length
  * Properly initialize buffer when output token length is zero.
  * Stop setting KRB5_KTNAME in environment
Comments 0