lsm_nfs_auth_types - Man Page
Gets supported NFS client authentication types.
Synopsis
int lsm_nfs_auth_types (lsm_connect *conn, lsm_string_list **types, lsm_flag flags);
Arguments
- conn
- Valid connection. 
- types
- Pointer of lsm_string_list. List of NFS client authentication types. Returned value must be freed with a call to lsm_string_list_free. 
- flags
- Reserved for future use, must be LSM_CLIENT_FLAG_RSVD. 
Version
1.0
Description
Returns the types of NFS client authentication the array supports.
Capability
LSM_CAP_EXPORT_AUTH
Return
Error code as enumerated by 'lsm_error_number'.
   * LSM_ERR_OK
       On success.
   * LSM_ERR_NO_SUPPORT
       Not supported.
Info
January 2025 Libstoragemgmt C API Manual