uxconsole -dbdump Display UNAB NSS cache data

Valid on UNIX
capamsc141
Valid on UNIX
Use this command to display users and groups information from the UNIX Authentication Broker NSS database. You can use this command to view information about users and groups that are defined in Active Directory.
This command has the following format:
uxconsole -db -dump [-a] table [item]
  • -a
    Displays extension fields.
  • table [
    item
    ]
    Displays the content of the specified table and items.
    If you do not specify the table name, this command displays all the supported tables. The supported tables are: pw (table with user attributes); gr (table with group attributes)
Example: Display all Active Directory users stored in cache
The following example shows how to display all Active Directory users who are stored in the endpoint cache:
./uxconsole -db -dump pw
Example: Display all Active Directory groups stored in cache
The following example shows how to display all Active Directory groups that are stored in the endpoint cache:
./uxconsole -db -dump gr