संपादित करें

इसके माध्यम से साझा किया गया


ReplicationSecurityLevel Enum

Definition

Specifies the Active Directory Lightweight Directory (AD LDS) Services replication authentication mode.

public enum class ReplicationSecurityLevel
public enum ReplicationSecurityLevel
type ReplicationSecurityLevel = 
Public Enum ReplicationSecurityLevel
Inheritance
ReplicationSecurityLevel

Fields

MutualAuthentication 2

Kerberos authentication, using service principal names (SPNs), required. If Kerberos authentication fails, the AD LDS instances will not replicate.

Negotiate 1

Kerberos authentication (using SPNs) is attempted first. If Kerberos fails, NTLM authentication is attempted. If NTLM fails, the AD LDS instances will not replicate.

NegotiatePassThrough 0

All AD LDS instances in the configuration set use an identical account name and password as the AD LDS service account.

Applies to

See also