mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 04:23:51 -05:00
Update
This commit is contained in:
13
syntax/modules/spnego-auth.vim
Normal file
13
syntax/modules/spnego-auth.vim
Normal file
@@ -0,0 +1,13 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
||||
|
||||
" HTTP SPNEGO auth Module <https://github.com/stnoonan/spnego-http-auth-nginx-module>
|
||||
" This module implements adds SPNEGO support to nginx(http://nginx.org). It currently supports only Kerberos authentication via GSSAPI
|
||||
syn keyword ngxDirectiveThirdParty auth_gss
|
||||
syn keyword ngxDirectiveThirdParty auth_gss_keytab
|
||||
syn keyword ngxDirectiveThirdParty auth_gss_realm
|
||||
syn keyword ngxDirectiveThirdParty auth_gss_service_name
|
||||
syn keyword ngxDirectiveThirdParty auth_gss_authorized_principal
|
||||
syn keyword ngxDirectiveThirdParty auth_gss_allow_basic_fallback
|
||||
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user