From: Marko Myllynen Date: Mon, 16 Feb 2026 15:40:20 +0000 (+0200) Subject: Clarify allowed user and group names X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e7a3bcd5fec83e0b7428adb834b984a898330a8;p=thirdparty%2Fshadow.git Clarify allowed user and group names Resolves #1536 --- diff --git a/man/groupadd.8.xml b/man/groupadd.8.xml index 2dea7ae5c..c6001671f 100644 --- a/man/groupadd.8.xml +++ b/man/groupadd.8.xml @@ -65,7 +65,7 @@ Groupnames may contain only lower and upper case letters, digits, - underscores, or dashes. They can end with a dollar sign. + underscores, dashes, or dots. They can end with a dollar sign. Dashes are not allowed at the beginning of the groupname. Fully numeric groupnames and groupnames . or .. are diff --git a/man/useradd.8.xml b/man/useradd.8.xml index ba2175e79..8a087e13a 100644 --- a/man/useradd.8.xml +++ b/man/useradd.8.xml @@ -758,7 +758,7 @@ Usernames may contain only lower and upper case letters, digits, - underscores, or dashes. They can end with a dollar sign. + underscores, dashes, or dots. They can end with a dollar sign. Dashes are not allowed at the beginning of the username. Fully numeric usernames and usernames . or .. are