* man/groupadd.8.xml, man/useradd.8.xml: names may also contain
digits.
This commit is contained in:
parent
96816f495e
commit
6573e0175f
@ -1,3 +1,8 @@
|
|||||||
|
2009-05-18 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* man/groupadd.8.xml, man/useradd.8.xml: names may also contain
|
||||||
|
digits.
|
||||||
|
|
||||||
2009-05-18 Nicolas François <nicolas.francois@centraliens.net>
|
2009-05-18 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* man/shadow.5.xml: What is important in shadow is not the
|
* man/shadow.5.xml: What is important in shadow is not the
|
||||||
|
@ -217,9 +217,10 @@
|
|||||||
<refsect1 id='caveats'>
|
<refsect1 id='caveats'>
|
||||||
<title>CAVEATS</title>
|
<title>CAVEATS</title>
|
||||||
<para>
|
<para>
|
||||||
Groupnames must begin with a lower case letter or an underscore,
|
Groupnames must start with a lower case letter or an underscore,
|
||||||
and only lower case letters, underscores, dashes, and dollar signs
|
followed by lower case letters, digits, underscores, or dashes.
|
||||||
may follow. In regular expression terms: [a-z_][a-z0-9_-]*[$]?
|
They can end with a dollar sign.
|
||||||
|
In regular expression terms: [a-z_][a-z0-9_-]*[$]?
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Groupnames may only be up to &GROUP_NAME_MAX_LENGTH; characters long.
|
Groupnames may only be up to &GROUP_NAME_MAX_LENGTH; characters long.
|
||||||
|
@ -601,9 +601,10 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Usernames must begin with a lower case letter or an underscore, and
|
Usernames must start with a lower case letter or an underscore,
|
||||||
only lower case letters, underscores, dashes, and dollar signs may
|
followed by lower case letters, digits, underscores, or dashes.
|
||||||
follow. In regular expression terms: [a-z_][a-z0-9_-]*[$]?
|
They can end with a dollar sign.
|
||||||
|
In regular expression terms: [a-z_][a-z0-9_-]*[$]?
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Usernames may only be up to 32 characters long.
|
Usernames may only be up to 32 characters long.
|
||||||
|
Loading…
Reference in New Issue
Block a user