Fixes from Openwall patch shadow-4.0.4.1-alt-man.diff:

* man/useradd.8.xml: Indicate that the NIS caveats is also valid
   for any external database as LDAP.
 * man/groupadd.8.xml: Likewise.
 * man/groupadd.8.xml: Reorder and reformat the caveats bullets.
This commit is contained in:
nekral-guest
2007-11-17 18:13:17 +00:00
parent 1bcf56c8b2
commit a9f2f60c68
3 changed files with 32 additions and 9 deletions

View File

@@ -136,16 +136,23 @@
<refsect1 id='caveats'>
<title>CAVEATS</title>
<para>Groupnames must begin with a lower case letter or an underscore, and
only lower case letters, underscores, dashes, and dollar signs may
follow. In regular expression terms: [a-z_][a-z0-9_-]*[$]
<para>
Groupnames must begin with a lower case letter or an underscore,
and only lower case letters, underscores, dashes, and dollar signs
may follow. In regular expression terms: [a-z_][a-z0-9_-]*[$]
</para>
<para>
If the groupname already exists in an external group database
such as NIS, <command>groupadd</command> will deny the group
Groupnames may only be up to 16 characters long.
</para>
<para>
You may not add a NIS or LDAP group. This must be performed on the
corresponding server.
</para>
<para>
If the groupname already exists in an external group database such
as NIS or LDAP, <command>groupadd</command> will deny the group
creation request.
</para>
<para>Groupnames may only be up to 16 characters long.</para>
</refsect1>
<refsect1 id='exit_values'>

View File

@@ -350,13 +350,13 @@
<refsect1 id='caveats'>
<title>CAVEATS</title>
<para>
You may not add a user to a NIS group. This must be performed on the
NIS server.
You may not add a user to a NIS or LDAP group. This must be
performed on the corresponding server.
</para>
<para>
Similarly, if the username already exists in an external user
database such as NIS, <command>useradd</command> will deny
database such as NIS or LDAP, <command>useradd</command> will deny
the user account creation request.
</para>