When we execute:
uxconsole -manage -show -detail -user *
We get:
CA ControlMinder UNAB uxconsole v12.81.0.1912 - console utility
Copyright (c) 2013 CA. All rights reserved.
Usage: uxconsole -manage {-find | -show [-detail]} {-user <filter> | -group <filter>}
uxconsole -manage -show -policy
Where:
-find List users/groups.
-show Display users/groups/policy information.
-show -detail Display users/groups extended information.
-user <filter> Apply to users matching the filter.
-group <filter> Apply to groups matching the filter.
-policy Apply to enterprise login policies.
How to show all users?
Release : 12.8
Component : PAM SERVER CONTROL UNAB ENDPOINT
You can show all user using:
for u in {{a..z},{A..Z},{0..9}}; do uxconsole -manage -show -detail -user $u*; done