* NEWS, etc/login.defs: New CREATE_HOME variable to tell useradd
to create a home directory for new users. * src/useradd.c, man/useradd.8.xml: New -M/--no-create-home option and CREATE_HOME usage. System accounts are not impacted by CREATE_HOME. * man/useradd.8.xml: Indicate that a new group is created by default. * src/useradd.c: Removed TODO item (moved to the TODO file).
This commit is contained in:
5
NEWS
5
NEWS
@@ -16,6 +16,9 @@ shadow-4.1.2.1 -> shadow-4.1.3 UNRELEASED
|
||||
* Speed improvement in case UID_MAX/SYS_UID_MAX/GID_MAX/SYS_GID_MAX is
|
||||
used for an user/group. This should be noticeable in case of LDAP
|
||||
configured systems. This should impact useradd, groupadd, and newusers
|
||||
- /etc/login.defs
|
||||
* New CREATE_HOME variable to tell useradd to create a home directory by
|
||||
default.
|
||||
|
||||
- gpasswd
|
||||
* Added support for long options --add (-a), --delete (-d),
|
||||
@@ -48,6 +51,8 @@ shadow-4.1.2.1 -> shadow-4.1.3 UNRELEASED
|
||||
- useradd
|
||||
* audit logging improvements.
|
||||
* Speedup (see "addition of users or groups" above).
|
||||
* See CREATE_HOME above.
|
||||
* New -M/--no-create-home option to disable CREATE_HOME.
|
||||
- userdel
|
||||
* audit logging improvements.
|
||||
- usermod
|
||||
|
Reference in New Issue
Block a user