|
APIs in Category: nameservice |
API version 1.9 |
| 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 EONTAPI_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 EONTAPI_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 EONTAPI_ENOENT EONTAPI_EINVAL
| 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 EONTAPI_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 EONTAPI_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 EONTAPI_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 EONTAPI_ENOENT