About this task
This procedure is available only through the command-line interface.
Procedure
- Open a secure shell (SSH) connection to any node in the cluster and log in.
- Run the
isi auth mapping delete command.
The following command deletes all identity mappings in the zone3 access zone:
isi auth mapping delete --all --zone=zone3
The following command deletes all identity mappings in the zone3 access zone that were both created automatically and include a UID or GID from an external authentication source:
isi auth mapping delete --all --only-external --zone=zone3
The following command deletes the identity mapping of the user with UID 4236 in the zone3 access zone:
isi auth mapping delete --source-uid=4236 --zone=zone3