Viewing Mapping Information

This section describes how to show mapping information. The idmap list command to view all of the rule-based identity mappings that you created for users and groups. You can also find particular mappings for users and groups.

  • To list all of the mappings:

    $ idmap list
    add winuser:user1@example.com unixuser:uone
    add wingroup:members unixgroup:staff
  • To list only the user mappings:

    $ idmap list | grep user
    add winuser:user1@example.com unixuser:uone
  • To list only the group mappings:

    $ idmap list | grep group
    add wingroup:members unixgroup:staff