diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2002-02-08 05:21:31 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2002-02-08 05:21:31 +0000 |
commit | 5fb29af20dd2b52634d31387bdba083a8a20de53 (patch) | |
tree | 8519d3e6c4212113e191d7539e2b591a67f22955 /CHANGELOG | |
parent | 8177810b6107f7b0c19aacc2ffa5be757ae0aa35 (diff) | |
download | pam-5fb29af20dd2b52634d31387bdba083a8a20de53.tar.gz pam-5fb29af20dd2b52634d31387bdba083a8a20de53.tar.bz2 pam-5fb29af20dd2b52634d31387bdba083a8a20de53.zip |
Relevant BUGIDs: 476981
Purpose of commit: document bugfix
Commit summary:
---------------
pam_mkhomedir wasn't recursing directories correctly. Fix from Nalin.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -55,6 +55,8 @@ bug report - outstanding bugs are listed here: 0.76: please submit patches for this section with actual code/doc patches! +* pam_mkhomedir: recurse directories. Patch from Nalin (Bug 476981 - + agmorgan) * pam_limits can handle negative priority limits now (which can apply to the superuser too) - based on patch from Nalin. Also cleanup the error handling that was very sloppy before. Also, courtesy of Berend |