table of contents
lsm_nfs_auth_types(3) | Libstoragemgmt C API Manual | lsm_nfs_auth_types(3) |
NAME¶
lsm_nfs_auth_types - Gets supported NFS client authentication types.
SYNOPSIS¶
int lsm_nfs_auth_types (lsm_connect *conn, lsm_string_list **types, lsm_flag flags);
ARGUMENTS¶
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.
lsm_nfs_auth_types | April 2021 |