diff options
author | John Terpstra <jht@samba.org> | 1997-07-23 10:54:00 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 1997-07-23 10:54:00 +0000 |
commit | 7020afbd03402f68113dfd60ec078b2a68b5be6f (patch) | |
tree | e16b17a27b0fcb17d31af185e416b57774cde3ee /examples/redhat/samba.pamd | |
parent | a3de6a813ed058255f1e9b2da2aa181f5becc51f (diff) | |
download | samba-7020afbd03402f68113dfd60ec078b2a68b5be6f.tar.gz samba-7020afbd03402f68113dfd60ec078b2a68b5be6f.tar.bz2 samba-7020afbd03402f68113dfd60ec078b2a68b5be6f.zip |
JHT ===> Getting ready for release of 1.9.17alpha5
Please note that version.h has been updated!!!!!!!!!!
(This used to be commit 271d12b5ddc372500feea8fec5678191ba4ebcf8)
Diffstat (limited to 'examples/redhat/samba.pamd')
-rw-r--r-- | examples/redhat/samba.pamd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/redhat/samba.pamd b/examples/redhat/samba.pamd index 34393a9600..ca2fd8df9c 100644 --- a/examples/redhat/samba.pamd +++ b/examples/redhat/samba.pamd @@ -1,3 +1,3 @@ auth required /lib/security/pam_unix_auth.so -auth required /lib/security/pam_pwd.so nullok shadow -account required /lib/security/pam_unix_account.so +auth required /lib/security/pam_pwdb.so nullok shadow +account required /lib/security/pam_unix_acct.so |