diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-06-10 18:30:51 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-06-14 16:54:30 -0400 |
commit | db96a910dc72eccaae5fb6b8bc16b31fdd56fdf5 (patch) | |
tree | b3447b5c5051f7579a8cb5031c132e0a24b9718e /src/man | |
parent | f520e7a2f4fe29747f25118621e20b0d89d296fc (diff) | |
download | sssd-db96a910dc72eccaae5fb6b8bc16b31fdd56fdf5.tar.gz sssd-db96a910dc72eccaae5fb6b8bc16b31fdd56fdf5.tar.bz2 sssd-db96a910dc72eccaae5fb6b8bc16b31fdd56fdf5.zip |
Remove the -g option from useradd
The local domain has the magic private groups option set
unconditionally. Therefore, it does not make any sense to let user
configure the primary GID. As a side-effect, this fixes #522.
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sss_useradd.8.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/man/sss_useradd.8.xml b/src/man/sss_useradd.8.xml index 4b745ab9..70998f8e 100644 --- a/src/man/sss_useradd.8.xml +++ b/src/man/sss_useradd.8.xml @@ -52,19 +52,6 @@ </varlistentry> <varlistentry> <term> - <option>-g</option>,<option>--gid</option> - <replaceable>GID</replaceable> - </term> - <listitem> - <para> - Set the GID or group membership of the user to the value - of <replaceable>GID</replaceable>. If not given, it is - chosen automatically. - </para> - </listitem> - </varlistentry> - <varlistentry> - <term> <option>-c</option>,<option>--gecos</option> <replaceable>COMMENT</replaceable> </term> |