Separated accounting from authentication.

This commit is contained in:
Nikos Mavrogiannopoulos
2015-02-23 11:24:14 +01:00
parent 783be933e5
commit 40e96aae45
23 changed files with 662 additions and 332 deletions

View File

@@ -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.