this should be pretty simple.. I want a list of all users unsuccessful_login_count
I have a system that is an LDAP client, if I issue an lsuser -ca unsuccessful_login_count against both a local and LDAP authenticated user I can see the permissions.
why is it not valid for all? if i do luser -c ALL, it works and some accounts do not have that attribute but if i list them individually they just return a 0, what i'd expect from using ALL, too.
am i missing something here?
I have a system that is an LDAP client, if I issue an lsuser -ca unsuccessful_login_count against both a local and LDAP authenticated user I can see the permissions.
Code:
[root@lab04:/etc/security]: lsuser -ca unsuccessful_login_count ldapacct
#name:unsuccessful_login_count
ldapacct:2
[root@lab04:/etc/security]: lsuser -ca unsuccessful_login_count localacct
#name:unsuccessful_login_count
localacct:3
[root@lab04:/etc/security]: lsuser -ca unsuccessful_login_count ALL
3004-697 Attribute "unsuccessful_login_count" is not valid.
[root@lab04:/etc/security]:
why is it not valid for all? if i do luser -c ALL, it works and some accounts do not have that attribute but if i list them individually they just return a 0, what i'd expect from using ALL, too.
am i missing something here?