From 03c31bef8705672ccfac8b135b563410c409e685 Mon Sep 17 00:00:00 2001 From: Iker Pedrosa Date: Tue, 7 May 2024 09:37:21 +0200 Subject: [PATCH] man: update username length Fixes: 6a1f45d932c8 ("lib/chkname.c: Support unlimited user name lengths") Related-To: https://github.com/shadow-maint/shadow/pull/986 Signed-off-by: Iker Pedrosa Reviewed-by: Alejandro Colomar --- man/useradd.8.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/useradd.8.xml b/man/useradd.8.xml index 067440ac..001e7d14 100644 --- a/man/useradd.8.xml +++ b/man/useradd.8.xml @@ -727,7 +727,7 @@ the ls output. - Usernames may only be up to 32 characters long. + Usernames may only be up to 256 characters long.