mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
config: put kkdcp options into brackets
That is not necessary for the existing examples, but may be in future ones, as they may contain characters that libopts doesn't like.
This commit is contained in:
@@ -568,9 +568,10 @@ no-route = 192.168.5.0/255.255.255.0
|
||||
# }
|
||||
# This option is available if ocserv is compiled with GSSAPI support.
|
||||
|
||||
#kkdcp = SERVER-PATH KERBEROS-REALM PROTOCOL@SERVER:PORT
|
||||
#kkdcp = /KdcProxy EXAMPLE.COM udp@127.0.0.1:88
|
||||
#kkdcp = /KdcProxy EXAMPLE.COM tcp@127.0.0.1:88
|
||||
#kkdcp = "SERVER-PATH KERBEROS-REALM PROTOCOL@SERVER:PORT"
|
||||
#kkdcp = "/KdcProxy KERBEROS.REALM udp@127.0.0.1:88"
|
||||
#kkdcp = "/KdcProxy KERBEROS.REALM tcp@127.0.0.1:88"
|
||||
#kkdcp = "/KdcProxy KERBEROS.REALM tcp@[::1]:88"
|
||||
|
||||
#
|
||||
# The following options are for (experimental) AnyConnect client
|
||||
|
||||
Reference in New Issue
Block a user