컴퓨터 이름을 Active Directory의 개체에 매핑할 수 없으므로 인증에 실패할 수도 있습니다.

The_computer_name_cannot_be_mapped_to_an_object_in_Active_Directory___this_may_result_in_authentication_failures_5_Rule (Rule)

Knowledge Base article:

요약

컴퓨터 계정의 SPN(서비스 사용자 이름) 특성을 등록하려고 하는 동안 내부 오류가 발생했습니다.

샘플 이벤트:

'%2' 컴퓨터 계정 이름이 '%1' 도메인 컨트롤러의 개체에 매핑될 수 없기 때문에 DnsHostName 및 Active Directory 개체의 HOST 서비스 사용자 이름(SPN) 속성을 업데이트하려는 시도가 실패했습니다. 등록된 SPN을 가지고 있지 않은 경우, 이 컴퓨터에 대한 승인이 실패할 수 있습니다. 도메인 관리자에게 문의하십시오. 다음 기술 정보가 이 오류를 해결하는 데 도움이 될 수도 있습니다. DsCrackNames 상태 = 0x%3, crack 오류 = 0x%4

해결 방법

도움이 필요하면 Microsoft 기술 지원 서비스에 문의하십시오.

외부 정보

자세한 내용은 다음을 참조하십시오.

Element properties:

TargetMicrosoft.Windows.Server.2012.AD.DomainControllerRole
CategoryEventCollection
EnabledTrue
Event_ID5801
Event SourceNetLogon
Alert GenerateFalse
RemotableTrue
Event LogSystem
CommentMom2005ID='{DD3E469D-B7F7-4F93-BF25-B4DFABF4D79B}';MOM2005GroupID=

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
CollectEventData WriteAction Microsoft.SystemCenter.CollectEvent Default
CollectEventDataWarehouse WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default

Source Code:

<Rule ID="The_computer_name_cannot_be_mapped_to_an_object_in_Active_Directory___this_may_result_in_authentication_failures_5_Rule" Comment="Mom2005ID='{DD3E469D-B7F7-4F93-BF25-B4DFABF4D79B}';MOM2005GroupID=" Enabled="true" Target="AD2012Core!Microsoft.Windows.Server.2012.AD.DomainControllerRole" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>5801</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>NetLogon</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CollectEventData" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="CollectEventDataWarehouse" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>