Originally posted by: ColombianJoker
Hello, AIX uses the values for the
default stanza in configuration files whenever an user
have not their own values. If you remove
minlen=x from an user stanza, then it will use the value from
default for these users.
Try
grep -p USERNAME: /etc/security/user It will show the attributes for user
USERNAME Use
lsuser -a minlen USERNAME To get the value AIX is using for that user
Then try
chsec -f /etc/security/user -s USERNAME -a minlen= for some user
USERNAME and it will remove that value
Try
lsuser -a minlen USERNAME and it will show you the value is using, from the
default stanza.