Skip to main content

We've Moved!

Product Documentation has moved to docs.hitachivantara.com
Hitachi Vantara Knowledge

Mappings objects

The object model describing this resource contains the following objects.

A domain mapping is used to pull together users and groups from multiple different sources and map them to a single list of users/groups. The domains in a domainMapping object should reference the same users and groups and it is used to ensure compatibility between NFS and CIFS/SMB clients. The domain mapping is used to automatically build the user and group mapping objects. Any values not available automatically, or where there is no direct mapping must be configured manually.

Mappings are either stored in the global security context or if a virtual server is configured with an individual security context, the mappings are stored with the virtual server.

domainMapping
Attribute JSON Type Data Type Description
canMapUnixNamesbooleanbooleanTrue indicates that unix names can be mapped from the names within the other domains.
kerberosRealmstringstringKerberos real.
nfs4DomainstringstringNFSv4 domain.
ntDomainstringstringWindows NT or active directory domain.
objectIdstringstringUnique ID for the domain mapping object.
userMapping
Attribute JSON Type Data Type Description
isKerberosNameFixedbooleanbooleanTrue indicates that the kerberosName value is fixed and not discovered.
isKerberosNameValidbooleanbooleanTrue indicates that the kerberosName value is valid.
isNfs4NameFixedbooleanbooleanTrue indicates that the nfs4Name value is fixed and not discovered.
isNfs4NameValidbooleanbooleanTrue indicates that the nfs4Name value is valid.
isNtIdFixedbooleanbooleanTrue indicates that the ntId value is fixed and not discovered.
isNtNameValidbooleanbooleanTrue indicates that the ntId value is valid.
isUnixIdFixedbooleanbooleanTrue indicates that the unixId value is fixed and not discovered.
isUnixIdValidbooleanbooleanTrue indicates that the unixId value is valid.
isUnixNameFixedbooleanbooleanTrue indicates that the unixName value is fixed and not discovered.
isUnixNameValidbooleanbooleanTrue indicates that the unixName value is valid.
kerberosNamestringstringKerberos username.
nfs4NamestringstringNFSv4 username.
ntIdstringstringCIFS/SMB security ID (SID)
ntNamestringstringCIFS/SMB username.
objectIdstringstringUnique ID for the user mapping object.
unixIdnumberintegerUnix ID associated with the user.
unixNamestringstringUnix username.
groupMapping
Attribute JSON Type Data Type Description
isNfs4NameFixedbooleanbooleanTrue indicates that the nfs4Name value is fixed and not discovered.
isNfs4NameValidbooleanbooleanTrue indicates that the nfs4Name value is valid.
isNtIdFixedbooleanbooleanTrue indicates that the ntId value is fixed and not discovered.
isNtNameValidbooleanbooleanTrue indicates that the ntId value is valid.
isUnixIdFixedbooleanbooleanTrue indicates that the unixId value is fixed and not discovered.
isUnixIdValidbooleanbooleanTrue indicates that the unixId value is valid.
isUnixNameFixedbooleanbooleanTrue indicates that the unixName value is fixed and not discovered.
isUnixNameValidbooleanbooleanTrue indicates that the unixName value is valid.
nfs4NamestringstringNFSv4 group name.
ntIdstringstringCIFS/SMB security ID (SID)
ntNamestringstringCIFS/SMB group name.
objectIdstringstringUnique ID for the group mapping object.
unixIdnumberintegerUnix ID associated with the group.
unixNamestringstringUnix group name.

 

  • Was this article helpful?