* 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:
nekral-guest
2008-09-13 11:55:41 +00:00
parent d1f92a2225
commit b18d46e68d
5 changed files with 80 additions and 21 deletions

View File

@@ -367,3 +367,12 @@ USERGROUPS_ENAB yes
# 0 is the default value and disables this feature.
#
#MAX_MEMBERS_PER_GROUP 0
#
# If useradd should create home directories for users by default (non
# system users only)
# This option is overridden with the -M or -m flags on the useradd command
# line.
#
#CREATE_HOME yes