diff options
author | Tomas Mraz <tm@t8m.info> | 2004-11-17 12:54:29 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2004-11-17 12:54:29 +0000 |
commit | ee9eba0569374bc2d63f53cc71277f77904700b7 (patch) | |
tree | 320d84573e56d12558ac944cd2f5d6c7b34e4502 /CHANGELOG | |
parent | 31fb24ae8ff7c672d65f849964e66c79e7f9e7d8 (diff) | |
download | pam-ee9eba0569374bc2d63f53cc71277f77904700b7.tar.gz pam-ee9eba0569374bc2d63f53cc71277f77904700b7.tar.bz2 pam-ee9eba0569374bc2d63f53cc71277f77904700b7.zip |
Relevant BUGIDs: Redhat bz 69279
Purpose of commit: bugfix
Commit summary:
---------------
pam_unix: Forced password change shouldn't trump account expiration
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -63,6 +63,13 @@ BerliOS Bugs are marked with (BerliOS #XXXX). 0.78: please submit patches for this section with actual code/doc patches! +* pam_unix: change the order of trying password changes - local first, + NIS second (t8m) +* pam_wheel: add option only_root to make it affect authentication + to root account only +* pam_unix: test return values on renaming files and report error to + syslog and to user +* pam_unix: forced password change shouldn't trump account expiration * pam_unix: remove the use of openlog (from debian - toady) * pam_unix: NIS cleanup (patch from Philippe Troin) * pam_access: you can now authenticate an explicit user on an explicit |