Share via


ActiveDirectory.AllowLocalNfsUsersWithLdap Property

Definition

Gets or sets If enabled, NFS client local users can also (in addition to LDAP users) access the NFS volumes.

[Newtonsoft.Json.JsonProperty(PropertyName="allowLocalNfsUsersWithLdap")]
public bool? AllowLocalNfsUsersWithLdap { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allowLocalNfsUsersWithLdap")>]
member this.AllowLocalNfsUsersWithLdap : Nullable<bool> with get, set
Public Property AllowLocalNfsUsersWithLdap As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to