SPNEGO GSSAPI authentication
This module implements adds SPNEGO support to nginx. It currently supports only Kerberos authentication via GSSAPI.
-
Checkout Package
osc checkout Server/nginx-module-spnego-http-auth && cd $_ - Create Badge
Refresh
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| _link | 0000000230 230 Bytes | |
| _service | 0000000562 562 Bytes | |
| project.diff | 0000001667 1.63 KB |
Revision 5 (latest revision is 9)
- 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