diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-04-29 08:29:29 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-04-29 08:29:29 +0000 |
commit | b2c44de7fa73f5c9813ce9ed33bbe6a653fd4f24 (patch) | |
tree | 1aa15d5779bb9d7abc6bb446f1c7d8ddc0cbb389 /CHANGELOG | |
parent | 3462e12191c78ef168a1e72b39affba0b511f493 (diff) | |
download | pam-b2c44de7fa73f5c9813ce9ed33bbe6a653fd4f24.tar.gz pam-b2c44de7fa73f5c9813ce9ed33bbe6a653fd4f24.tar.bz2 pam-b2c44de7fa73f5c9813ce9ed33bbe6a653fd4f24.zip |
Relevant BUGIDs: 600351,1032922
Purpose of commit: bugfix
Commit summary:
---------------
Create parent directories, if they do not exist, and set the permissions
later, so that we can copy the skel directory.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -70,6 +70,10 @@ BerliOS Bugs are marked with (BerliOS #XXXX). * pam_unix: nis option shouldn't clear the shadow option (t8m) * cleanups and minor bugfixes by Steve Grubb (t8m) * pam_private.h: set PAM_DEFAULT_PROMPT to "login: " (kukuk) +* pam_mkhomedir: Create parent directories if they do not already + exist (Bug 600351 - kukuk) +* pam_mkhomedir: Set owner/permissions of home directory after we + created all files (Bug 1032922 - kukuk) 0.79: Thu Mar 31 16:48:45 CEST 2005 * pam_tally: added audit option (toady) |