Scroll to navigation

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

Valid connection.
Pointer of lsm_string_list. List of NFS client authentication types. Returned value must be freed with a call to lsm_string_list_free.
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.

lsm_nfs_auth_types April 2023