nginx: add support for SPNEGO authentication

This adds a module suitable for Kerberos SSO, e.g. for integrating
into Active Directory domains.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
This commit is contained in:
Paul Fertser
2015-09-01 08:15:26 +03:00
committed by Zoltan HERPAI
parent ec14ed490a
commit 3c7b3d57dd
2 changed files with 31 additions and 2 deletions
+10
View File
@@ -38,6 +38,16 @@ config NGINX_LUA
help
Enable support for LUA scripts.
config NGINX_SPNEGO
bool
prompt "Enable SPNEGO module"
help
Enable support for Kerberos authentication via GSSAPI.
See https://github.com/stnoonan/spnego-http-auth-nginx-module
for specific instructions. Make sure the keytab file is
readable by user "nobody".
config NGINX_PCRE
bool
prompt "Enable PCRE library usage"