mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
Separated accounting from authentication.
This commit is contained in:
@@ -40,6 +40,17 @@ auth = "plain[./sample.passwd]"
|
||||
#enable-auth = gssapi
|
||||
#enable-auth = "gssapi[keytab:/etc/key.tab]"
|
||||
|
||||
# Accounting methods available:
|
||||
# pam: can only be combined with PAM authentication method, it provides
|
||||
# a session opened using PAM.
|
||||
#
|
||||
# radius: can be combined with any authentication method, it provides
|
||||
# radius accounting to available users (see also stats-report-time).
|
||||
#
|
||||
# Only one accounting method can be specified.
|
||||
#acct = "pam"
|
||||
#acct = "radius[/etc/radiusclient/radiusclient.conf]"
|
||||
|
||||
# Whether to enable seccomp/Linux namespaces 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.
|
||||
|
||||
Reference in New Issue
Block a user