diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2002-07-13 05:10:54 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2002-07-13 05:10:54 +0000 |
commit | c95e6e34c26fc95f622b4d0535bccede3c655146 (patch) | |
tree | 1168d99167e0aa3f3f8f1cde243b8b3461d083c3 /CHANGELOG | |
parent | 0912bbea47b70d7dce2de8a98828c4ad04ff68aa (diff) | |
download | pam-c95e6e34c26fc95f622b4d0535bccede3c655146.tar.gz pam-c95e6e34c26fc95f622b4d0535bccede3c655146.tar.bz2 pam-c95e6e34c26fc95f622b4d0535bccede3c655146.zip |
Relevant BUGIDs: 436435
Purpose of commit: new feature
Commit summary:
---------------
add account management to a bunch of modules.
Submitted by Harald Welte.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -55,6 +55,9 @@ bug report - outstanding bugs are listed here: 0.77: please submit patches for this section with actual code/doc patches! +* account management support for: pam_shells, pam_listfile, pam_wheel + and pam_securetty (+ static module fix for pam_nologin). Patch from + redhat through Harrold Welte (Bug 436435 - agmorgan). * pam_wheel feature from Nalin - can use the module to provide wheel access to non-root accounts. Also from Nalin, a bugfix related to the primary group of the applicant is the 'wheel' group. (Bugs @@ -69,7 +72,7 @@ bug report - outstanding bugs are listed here: * pam_unix: fix for legacy crypt() support when the password entered was long. (Bug 521314 - agmorgan). -* pam_access no longer include gethostname() prototype complained from +* pam_access no longer include gethostname() prototype complaint from David Lee (Bug 415423 - agmorgan). * make pam_nologin more secure by default, added two new module arguments etc. - acting on suggestion from Nico (Bug 419307 - |