ReplicationSecurityLevel 열거형

정의

AD LDS(Active Directory Lightweight Directory Services) 복제 인증 모드를 지정합니다.

public enum class ReplicationSecurityLevel
public enum ReplicationSecurityLevel
type ReplicationSecurityLevel = 
Public Enum ReplicationSecurityLevel
상속
ReplicationSecurityLevel

필드

MutualAuthentication 2

SPN(서비스 사용자 이름)을 사용하는 Kerberos 인증이 필요합니다. Kerberos 인증에 실패하면 AD LDS 인스턴스가 복제를 수행하지 않습니다.

Negotiate 1

SPN을 사용하는 Kerberos 인증이 먼저 시도됩니다. Kerberos에 실패하면 NTLM 인증이 시도됩니다. NTLM에 실패하면 AD LDS 인스턴스가 복제를 수행하지 않습니다.

NegotiatePassThrough 0

구성 집합의 모든 AD LDS 인스턴스가 AD LDS 서비스 계정과 동일한 계정 이름 및 암호를 사용합니다.

적용 대상

추가 정보