* debian/patches/506_relaxed_usernames: Fixed typo. groupadd(8) should

document therestriction on groupnames, not usernames.
This commit is contained in:
nekral-guest
2009-07-18 18:08:18 +00:00
parent 8422a00909
commit 91c630033d
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@@ -11,6 +11,8 @@ shadow (1:4.1.4.2-1) unstable; urgency=low
* debian/securetty.linux: Added ttyS2 to ttyS5. Some extension card provide
more serial ports, but that should be sufficient until there is a support
for regular expressions. Closes: #534244
* debian/patches/506_relaxed_usernames: Fixed typo. groupadd(8) should
document therestriction on groupnames, not usernames.
-- Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net> Sat, 18 Jul 2009 19:20:30 +0200

View File

@@ -82,7 +82,7 @@ Details:
In regular expression terms: [a-z_][a-z0-9_-]*[$]?
</para>
<para>
+ On Debian, the only constraints are that usernames must neither start
+ On Debian, the only constraints are that groupnames must neither start
+ with a dash ('-') nor contain a colon (':') or a whitespace (space:' ',
+ end of line: '\n', tabulation: '\t', etc.).
+ </para>