* debian/patches/506_relaxed_usernames: Fixed typo. groupadd(8) should
document therestriction on groupnames, not usernames.
This commit is contained in:
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -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
|
||||
|
||||
|
||||
2
debian/patches/506_relaxed_usernames
vendored
2
debian/patches/506_relaxed_usernames
vendored
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user