diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2002-07-11 06:22:45 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2002-07-11 06:22:45 +0000 |
commit | 0912bbea47b70d7dce2de8a98828c4ad04ff68aa (patch) | |
tree | 24f78e1e4b63e37099ef8a90cf78904bb535ac8b /CHANGELOG | |
parent | 449f88eeb44e910b25261e8e5bead120d3757fec (diff) | |
download | pam-0912bbea47b70d7dce2de8a98828c4ad04ff68aa.tar.gz pam-0912bbea47b70d7dce2de8a98828c4ad04ff68aa.tar.bz2 pam-0912bbea47b70d7dce2de8a98828c4ad04ff68aa.zip |
Relevant BUGIDs: 476941, 476980
Purpose of commit: bugfix and new feature
Commit summary:
---------------
fix case that wheel is the primary group of the user
add support for passwordless transitions from a trusted user to another
non-root user.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -55,6 +55,10 @@ bug report - outstanding bugs are listed here: 0.77: please submit patches for this section with actual code/doc patches! +* 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 + 476980, 476941 - agmorgan) * pam_unix and pam_pwdb: by default turn off the SIGCHLD handler while running the helper binary (patch from Nalin) added the "noreap" module argument to both of these modules to turn off this new |