mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
improved documentation of user-profile option
This commit is contained in:
committed by
Nikos Mavrogiannopoulos
parent
3c8cdaedb1
commit
0b47b305de
@@ -588,6 +588,25 @@ no-route = 192.168.5.0/255.255.255.0
|
||||
#kkdcp = "/KdcProxy KERBEROS.REALM tcp@127.0.0.1:88"
|
||||
#kkdcp = "/KdcProxy KERBEROS.REALM tcp@[::1]:88"
|
||||
|
||||
# Client profile xml. This can be used to advertise alternative servers
|
||||
# to the client. A minimal file can be:
|
||||
# <?xml version="1.0" encoding="UTF-8"?>
|
||||
# <AnyConnectProfile xmlns="http://schemas.xmlsoap.org/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.xmlsoap.org/encoding/ AnyConnectProfile.xsd">
|
||||
# <ServerList>
|
||||
# <HostEntry>
|
||||
# <HostName>VPN Server name</HostName>
|
||||
# <HostAddress>localhost</HostAddress>
|
||||
# </HostEntry>
|
||||
# </ServerList>
|
||||
# </AnyConnectProfile>
|
||||
#
|
||||
# Other fields may be used by some of the CISCO clients.
|
||||
# This file must be accessible from inside the worker's chroot.
|
||||
# Note that enabling this option is not recommended as it will allow
|
||||
# the worker processes to open arbitrary files (when isolate-workers is
|
||||
# set to true).
|
||||
#user-profile = profile.xml
|
||||
|
||||
#
|
||||
# The following options are for (experimental) AnyConnect client
|
||||
# compatibility.
|
||||
@@ -611,14 +630,6 @@ cisco-client-compat = true
|
||||
# by the dtls-psk protocol supported by openconnect 7.08+.
|
||||
dtls-legacy = true
|
||||
|
||||
# Client profile xml. A sample file exists in doc/profile.xml.
|
||||
# It is required by some of the CISCO clients.
|
||||
# This file must be accessible from inside the worker's chroot.
|
||||
# Note that enabling this option is not recommended as it will allow
|
||||
# the worker processes to open arbitrary files (when isolate-workers is
|
||||
# set to true).
|
||||
#user-profile = /path/to/file.xml
|
||||
|
||||
#Advanced options
|
||||
|
||||
# Option to allow sending arbitrary custom headers to the client after
|
||||
|
||||
Reference in New Issue
Block a user