mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
doc update
This commit is contained in:
@@ -16,6 +16,11 @@ auth = "plain[./sample.passwd]"
|
||||
# to generate password entries.
|
||||
#auth = "plain[/etc/ocserv/ocpasswd]"
|
||||
|
||||
# Whether to enable seccomp worker isolation. That restricts the number of
|
||||
# system calls allowed to a worker process, in order to reduce damage from a
|
||||
# bug in the worker process. It is available on Linux systems at a performance cost.
|
||||
#use-seccomp = true
|
||||
|
||||
# Whether to enable the authentication method's session control (i.e., PAM).
|
||||
# That requires more resources on the server, and makes cookies one-time-use;
|
||||
# thus don't enable unless you need it.
|
||||
|
||||
Reference in New Issue
Block a user