mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
Added more advanced suboption parser
That adds the ability to parse options in the form: auth = "gssapi[option1=value1,option2=value2,...] It also introduces the keytab, and require-local-user-map suboptions for gssapi.
This commit is contained in:
@@ -38,7 +38,7 @@ auth = "plain[./sample.passwd]"
|
||||
# will be sufficient to login.
|
||||
#enable-auth = certificate
|
||||
#enable-auth = gssapi
|
||||
#enable-auth = "gssapi[keytab:/etc/key.tab]"
|
||||
#enable-auth = "gssapi[keytab=/etc/key.tab,require-local-user-map=true]"
|
||||
|
||||
# Accounting methods available:
|
||||
# pam: can only be combined with PAM authentication method, it provides
|
||||
|
||||
Reference in New Issue
Block a user