Document that the default group has to exist

After calling ipa config --defaultgroup=xxx with nonexistent group xxx,
the result will be that no new user can be added. The operation will
always fail in the middle because it is not possible to add the new user
to desired default group.

https://bugzilla.redhat.com/show_bug.cgi?id=654117#c4
This commit is contained in:
Jan Zeleny
2010-12-03 09:39:29 +01:00
committed by Rob Crittenden
parent 1bcd4a389d
commit 9a5d4f2e18

View File

@@ -35,7 +35,8 @@ User management options:
--maxusername=INT Max username length when creating/modifing a user
--homedirectory=STR Default location of home directories (default /home)
--defaultshell=STR Default shell for new users (default /bin/sh)
--defaultgroup=STR Default group for new users (default ipausers)
--defaultgroup=STR Default group for new users (default ipausers). The
group must exist. Otherwise adding new users will fail.
--emaildomain=STR Default e-mail domain new users
Search tuning options. These impact how much data is searched through and