[bugs] [illumos gate - Bug #1166] useradd have warning with name more 8 chars
illumos bugs
bugs at lists.illumos.org
Fri Jul 1 03:27:23 PDT 2011
Issue #1166 has been updated by Alexander Eremin.
8 chars is POSIX standard (POSIX_LOGIN_NAME_MAX in
http://www.opengroup.org/onlinepubs/007908799/xsh/limits.h.html)
----------------------------------------
Bug #1166: useradd have warning with name more 8 chars
https://www.illumos.org/issues/1166
Author: Igor Kozhukhov
Status: New
Priority: Normal
Assignee:
Category:
Target version:
Difficulty: Medium
Tags: needs-triage
useradd have warning with name more 8 chars
--------------
for example:
# useradd test567890
UX: useradd: test567890 name too long.
# cat /etc/passwd | grep test
test567890:x:1002:1::/home/test567890:/bin/sh
--------------
the same problem with groupadd
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account
More information about the bugs
mailing list