계정 이름이 충돌했습니다. 이로 인해 인증이 실패할 수도 있습니다.

An_account_name_collision_occurred___this_may_result_in_authentication_failures_5_Rule (Rule)

Knowledge Base article:

요약

이 규칙은 AD 중복 계정 보고서용 명명 충돌과 관련된 이벤트를 수집하는 데 사용됩니다.

명명 충돌이 발생하면 여러 계정이 같은 이름을 공유합니다. 이 경우 Active Directory® 디렉터리 서비스에서 이름이 참조하는 계정을 구별할 수 없게 됩니다.

샘플 이벤트:

'%1' 도메인 컨트롤러가 이 컴퓨터에 대응하는 하나 이상의 '%2' 이름을 가진 계정을 가지고 있기 때문에 DnsHostName 및 Active Directory 개체의 HOST 서비스 사용자 이름(SPN) 속성을 업데이트하려는 시도가 실패했습니다. 등록된 SPN을 가지고 있지 않은 경우, 이 컴퓨터에 대한 승인이 실패할 수 있습니다. 계정 이름 충돌을 수동으로 해결할 수 있는 사용자의 도메인 관리자에게 문의 하십시오.

해결 방법

계정 개체 중 하나를 고유 이름으로 수동으로 변경하십시오.

외부 정보

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

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.AD.DomainControllerRole
CategoryEventCollection
EnabledTrue
Event_ID5800
Event SourceNetLogon
Alert GenerateFalse
RemotableTrue
Event LogSystem
CommentMom2005ID='{43C643C3-DCDD-482A-A67D-962492F64AAE}';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="An_account_name_collision_occurred___this_may_result_in_authentication_failures_5_Rule" Comment="Mom2005ID='{43C643C3-DCDD-482A-A67D-962492F64AAE}';MOM2005GroupID=" Enabled="true" Target="AD2012R2Core!Microsoft.Windows.Server.2012.R2.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>5800</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>