Change the default HOME directory in /etc/default/useradd according FHS
(/home instead of /home/users). This fixes Alioth's bug #310559. Thanks to Dale E. Edmons.
This commit is contained in:
parent
80ef1db3b3
commit
280fcebae8
@ -1,3 +1,9 @@
|
||||
2008-02-14 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* NEWS, etc/useradd: Change the default HOME directory in
|
||||
/etc/default/useradd according FHS (/home instead of /home/users).
|
||||
This fixes Alioth's bug #310559. Thanks to Dale E. Edmons.
|
||||
|
||||
2008-02-14 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* NEWS, src/newgrp.c: Use the correct AUDIT_CHGRP_ID event instead of
|
||||
|
2
NEWS
2
NEWS
@ -12,6 +12,8 @@ shadow-4.1.0 -> shadow-4.1.1 UNRELEASED
|
||||
- general
|
||||
* Do not translate the messages sent to syslog. This avoids logging
|
||||
PAM error messages in the users's locale.
|
||||
- etc/useradd
|
||||
* /etc/default/useradd now defines HOME as /home to match FHS.
|
||||
- chage
|
||||
* Fix bug which forbid to set the aging information of an account with a
|
||||
passwd entry, but no shadow entry.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# useradd defaults file
|
||||
GROUP=1000
|
||||
HOME=/home/users
|
||||
HOME=/home
|
||||
INACTIVE=-1
|
||||
EXPIRE=
|
||||
SHELL=/bin/bash
|
||||
|
Loading…
Reference in New Issue
Block a user