lsm_nfs_export_anon_uid_get - Man Page
Retrieves the user id mapped for anonymous id for the NFS export.
Synopsis
uint64_t lsm_nfs_export_anon_uid_get (lsm_nfs_export *exp);
Arguments
- exp
NFS export to retrieve anonymous uid for.
Version
1.0
Description
Retrieves the user 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