AIX Long Usernames

From UNIX Systems Administration
Revision as of 14:50, 3 February 2015 by Michael Kohler (talk | contribs) (Created page with "== Enabling Long Usernames == The user and group name length limit from 8 to 255. The name length limitation is retrievable and configurable both pro-grammatically and through...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Enabling Long Usernames

The user and group name length limit from 8 to 255. The name length limitation is retrievable and configurable both pro-grammatically and through commands.

  1. To retrieve current value of usernames and groupnames.
    1. # lsattr -El max_logname
  2. To set the value of username and groupname length.
    1. # chdev -l sys0 -a max_logname=<range 8-255>

Further Reading

  1. Long Username & groupname support in AIX