|
In some places, i saw auth is used, but in other places, I saw account is used. What's the difference? I did some tests with both, but the behaviour seems the same to me.
For example,
In /etc/pam.d/vsftpd
auth required pam_listfile.so item=user sense=allow file=/etc/vsftpd.ft
pusers onerr=fail
In Lab 233,
account required pam_listfile.so item=user sense=allow file=/path/to/nisuser
onerr=fail
Thanks! |
|