APIs in Category: nameservice
API version 1.5

 
nameservice-map-gid-to-group-name
nameservice-map-group-name-to-gid
nameservice-map-sid-to-uid
nameservice-map-uid-to-user-name
nameservice-map-unix-to-windows
nameservice-map-user-name-to-uid
nameservice-map-windows-to-unix

NetApp Manage ONTAP
 
nameservice-map-gid-to-group-name [top]

Obtain a group name from a Unix GID, using whatever mechanism the filer nameservice is currently using.
Input Name Range Type Description
gid integer
Unix GID.
 
Output Name Range Type Description
group string
Name of the group corresponding to that GID.
 Errno  Description
 ENOENT

 
nameservice-map-group-name-to-gid [top]
Obtain the Unix GID for a given group name, using whatever mechanism the filer nameservice is currently using.
Input Name Range Type Description
group string
Name of an NFS group.
 
Output Name Range Type Description
gid integer
Unix GID corresponding to that group.
 Errno  Description
 ENOENT

 
nameservice-map-sid-to-uid [top]
Obtain a Unix UID from a Windows SID.
Input Name Range Type Description
sid string
A Windows SID.
 
Output Name Range Type Description
uid integer
Unix UID.
 Errno  Description
 ENOENT

 
nameservice-map-uid-to-user-name [top]
Obtain a user name from a Unix UID, using whatever mechanism the filer nameservice is currently using.
Input Name Range Type Description
uid integer
A Unix UID.
 
Output Name Range Type Description
user string
Name of user corresponding to the UID.
 Errno  Description
 ENOENT

 
nameservice-map-unix-to-windows [top]
Obtain windows user information for a given unix user name.
Input Name Range Type Description
user string
A Unix user name.
 
Output Name Range Type Description
domain string
Windows domain of the mapped user.
user string
Windows username in that domain.
 Errno  Description
 ENOENT

 
nameservice-map-user-name-to-uid [top]
Obtain the Unix UID for a given user name, using whatever mechanism the filer nameservice is currently using.
Input Name Range Type Description
user string
Name of user.
 
Output Name Range Type Description
uid integer
Unix UID corresponding to that user.
 Errno  Description
 ENOENT

 
nameservice-map-windows-to-unix [top]
Obtain a unix user name from windows user information.
Input Name Range Type Description
domain string
Windows domain of the user.
user string
A Windows user name.
 
Output Name Range Type Description
user string
Unix name corresponding to that user.
 Errno  Description
 ENOENT