1lsm_nfs_auth_types(3) Libstoragemgmt C API Manual lsm_nfs_auth_types(3)
2
3
4
6 lsm_nfs_auth_types - Gets supported NFS client authentication types.
7
9 int lsm_nfs_auth_types (lsm_connect *conn, lsm_string_list **types,
10 lsm_flag flags);
11
13 conn Valid connection.
14
15 types Pointer of lsm_string_list. List of NFS client authentica‐
16 tion types. Returned value must be freed with a call to
17 lsm_string_list_free.
18
19 flags Reserved for future use, must be LSM_CLIENT_FLAG_RSVD.
20
22 1.0
23
25 Returns the types of NFS client authentication the array supports.
26
28 LSM_CAP_EXPORT_AUTH
29
31 Error code as enumerated by 'lsm_error_number'.
32 * LSM_ERR_OK
33 On success.
34 * LSM_ERR_NO_SUPPORT
35 Not supported.
36
37
38
39February 2020 lsm_nfs_auth_types lsm_nfs_auth_types(3)