Can someone explain why there is a difference in the lsuser output below?
Using ALL:
[tt]lsuser -a id gecos account_locked time_last_login ALL | grep fred[/tt]
output:
[tt]fred id=2200 gecos=Fred Michaels account_locked=false[/tt]
Using Username:
[tt]lsuser -a id gecos account_locked time_last_login fred[/tt]
output:
[tt]fred id=2200 gecos=Fred Michaels account_locked=false time_last_login=1246541814[/tt]
It seems like very unusual behavior, and I can't put my finger on it. Additionally, this behavior isn't consistent with all users.
Thanks,
Ethan
Using ALL:
[tt]lsuser -a id gecos account_locked time_last_login ALL | grep fred[/tt]
output:
[tt]fred id=2200 gecos=Fred Michaels account_locked=false[/tt]
Using Username:
[tt]lsuser -a id gecos account_locked time_last_login fred[/tt]
output:
[tt]fred id=2200 gecos=Fred Michaels account_locked=false time_last_login=1246541814[/tt]
It seems like very unusual behavior, and I can't put my finger on it. Additionally, this behavior isn't consistent with all users.
Thanks,
Ethan