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:
Nikos Mavrogiannopoulos
2015-09-17 15:43:08 +02:00
parent a8f852c178
commit 1bfa6e7648
6 changed files with 133 additions and 2 deletions

View File

@@ -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]"