Reference Guide

Example
Modify the user mapping rule between a Windows user named jsmith in the NAS domain and a UNIX user
named johns to use UNIX to Windows mapping:
CLI> access-control mapping manual edit NAS john jsmith -
EnableUNIXToWindowsMapping Yes
access-control mapping manual list
Display a list of the user mapping rules between Windows and UNIX users.
Format
access-control mapping manual list
Options
Option Description Format
--CSV Displays the command output in
a comma-delimited format with
a header
Append --CSV to the command
Example
Display a current list of the user mapping rules between Windows and UNIX users:
CLI> access-control mapping manual list
Output
.--------------.--------------.--------------.---------------.---------------.
| Windows User | Windows User | Unix User | Enable | Enable Unix |
| Domain | Name | Name | Windows To | To Windows |
| | | | Unix Mapping | Mapping |
|--------------|--------------|--------------|---------------|---------------|
| NAS | jsmith | johns | Yes | Yes |
'--------------'--------------'--------------'---------------'---------------'
access-control mapping manual restore
Restore manual user mappings from another FluidFS cluster.
Format
access-control mapping manual restore <ConfigurationSourceClusterName>
46
CLI Commands