* man/useradd.8.xml: Document that -o is only valid with -u
This commit is contained in:
parent
f74d7a9fd0
commit
118303b9da
@ -3,6 +3,7 @@
|
|||||||
* man/useradd.8.xml: Document the /etc/default/useradd variables.
|
* man/useradd.8.xml: Document the /etc/default/useradd variables.
|
||||||
* man/useradd.8.xml: Fix the documentation of the GROUP variable
|
* man/useradd.8.xml: Fix the documentation of the GROUP variable
|
||||||
(and -g/--gid option).
|
(and -g/--gid option).
|
||||||
|
* man/useradd.8.xml: Document that -o is only valid with -u
|
||||||
|
|
||||||
2008-08-29 Nicolas François <nicolas.francois@centraliens.net>
|
2008-08-29 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
4
TODO
4
TODO
@ -23,10 +23,6 @@ WITH_SELINUX
|
|||||||
chage, chfn, chsh: same change needed as in passwd.
|
chage, chfn, chsh: same change needed as in passwd.
|
||||||
- probably need moving check_selinux_access to a separate file.
|
- probably need moving check_selinux_access to a separate file.
|
||||||
|
|
||||||
useradd manpage
|
|
||||||
- add -k option
|
|
||||||
- mention that -o require -u
|
|
||||||
|
|
||||||
testsuite
|
testsuite
|
||||||
- newgrp
|
- newgrp
|
||||||
- test with unknown user's GID
|
- test with unknown user's GID
|
||||||
|
@ -318,6 +318,10 @@
|
|||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Allow the creation of a user account with a duplicate (non-unique) UID.</para>
|
<para>Allow the creation of a user account with a duplicate (non-unique) UID.</para>
|
||||||
|
<para>
|
||||||
|
This option is only valid in combination with the
|
||||||
|
<option>-o</option> option.
|
||||||
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user