mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
committed by
Zoltan HERPAI
parent
ec14ed490a
commit
3c7b3d57dd
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user