mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
Reinstated the PAM accounting method
It can be used to check for a valid PAM account, even when certificates or another authentication method is in use.
This commit is contained in:
@@ -51,6 +51,9 @@ auth = "plain[passwd=./sample.passwd]"
|
||||
# radius: can be combined with any authentication method, it provides
|
||||
# radius accounting to available users (see also stats-report-time).
|
||||
#
|
||||
# pam: can be combined with any authentication method, it provides
|
||||
# a validation of the connecting user's name using PAM.
|
||||
#
|
||||
# Only one accounting method can be specified.
|
||||
#acct = "radius[config=/etc/radiusclient/radiusclient.conf]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user