For more information, see Using Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.2 .
# idmap get-namemap username
Remove the Oracle Solaris name from the AD object for the specified user.
# idmap unset-namemap winuser:username@domain-name
For example, the following command removes the Oracle Solaris name from the AD object for Windows user [email protected].
# idmap unset-namemap winuser:[email protected]
Remove the Windows name from the native LDAP object for the specified user.
# idmap unset-namemap unixuser:username
For example, the following command removes the Windows name from the native LDAP object for Oracle Solaris user mary.
# idmap unset-namemap unixuser:mary
Remove the Oracle Solaris name from the AD object for the specified group.
# idmap unset-namemap wingroup:group-name@domain-name
For example, the following command removes the Oracle Solaris name from the AD object for the Windows group [email protected].
# idmap unset-namemap wingroup:[email protected]
Remove the Windows name from the native LDAP object for the specified group.
# idmap unset-namemap unixgroup:group-name
For example, the following command removes the Windows name from the native LDAP object for the Oracle Solaris group sales.
# idmap unset-namemap unixgroup:sales