lsm_nfs_export_anon_gid_get - Man Page
Retrieves the group id mapped for anonymous id for the NFS export.
Synopsis
uint64_t lsm_nfs_export_anon_gid_get (lsm_nfs_export *exp);
Arguments
- exp
NFS export to retrieve anonymous gid for.
Version
1.0
Description
Retrieves the group ID for anonymous ID of the lsm_nfs_export.
Return
uint64_t. LSM_NFS_EXPORT_ANON_UID_GID_NA if this NFS export does not have setting for anonymous id. LSM_NFS_EXPORT_ANON_UID_GID_ERROR if exp is NULL or invalid lsm_nfs_export pointer.
Info
July 2024 Libstoragemgmt C API Manual