Solaris CIFS Administration Guide

ProcedureHow to Show Mappings

The idmap list command enables you 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.

  1. List all of the mappings.


    $ idmap list
    add winuser:terry@example.com unixuser:terrym
    add wingroup:members unixgroup:staff
    • To optionally list only the user mappings, type:


      $ idmap list | grep user
      add winuser:terry@example.com unixuser:terrym
    • To optionally list only the group mappings, type:


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