VsanFileShareNfsSecType_enum

VsanFileShareNfsSecType_enum
VsanFileShareNfsSecType_enum

Enumeration of the allowed NFS share security type.

This field is not applicable for SMB file share. Kerberos security types is based on following RFC: https://tools.ietf.org/html/rfc2203.

Possible values:

  • SYS: AUTH_SYS or unmanaged authentication from server.

    Where server trust the uid/gid sent from clients and make no attemp to validate the same.

  • KRB5: RPCSEC_GSS None (Only Authentication)

  • KRB5I: RPCSEC_GSS Integrity (With checksum)

  • KRB5P: RPCSEC_GSS Privacy (With Encryption)

  • FileShareNfsSecType_Unknown: represent the value when the lower version client cannot recognize the enum value

This data structure has no properties.
Enumeration: SYS, KRB5, KRB5I, KRB5P, FileShareNfsSecType_Unknown,