pam: removed accounting; it served no purpose

In fact it could even cause issues in the security-module
depending on what was configured in PAM.
This commit is contained in:
Nikos Mavrogiannopoulos
2015-08-31 16:19:48 +02:00
parent 144c6454e0
commit 1c64073cf2
7 changed files with 1 additions and 124 deletions
-3
View File
@@ -48,9 +48,6 @@ auth = "plain[passwd=./sample.passwd]"
#enable-auth = "gssapi[keytab=/etc/key.tab,require-local-user-map=true,tgt-freshness-time=900]"
# 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).
#