Event 11

G

Guest

I ama getting the following message in the system event log..

"There are multiple accounts with name host/d06ms3.domain.com of type 10. "

I have searched AD using ldp and have found two entries. Here is the
strange part. One entry is for a computer, the other is for a user. Here are
the results...

***Searching...
ldap_search_s(ld, "dc=xxxx, dc=com", 2,
"(serviceprincipalname=Host/d06ms3.xxxx,com)", attrList, 0, &msg)
Result <0>: (null)
Matched DNs:
Getting 2 entries:
1> canonicalName: xxxx.com/Servers/D06MS3;
1> cn: D06MS3;
1> distinguishedName: CN=D06MS3,OU=Servers,DC=xxxx,DC=com;
5> objectClass: top; person; organizationalPerson; user; computer;
1> name: D06MS3;1> canonicalName: xxxx.com/Div06/Users/CRMAdmin,;
1> cn: CRMAdmin,;
1> description: Admin account for Customer Relations Management software.;
1> distinguishedName: CN=CRMAdmin\,,OU=Users,OU=Div06,DC=xxxx,DC=com;
4> objectClass: top; person; organizationalPerson; user;
1> name: CRMAdmin,;

So my question is: I don't see anything in the second entry for CRMAdmin
that would reference the duplicate name of D06MS3. Can anyone help me out
with what is going on here?

Thanks.
 
A

Ace Fekay [MVP]

In
Glen said:
I ama getting the following message in the system event log..

"There are multiple accounts with name host/d06ms3.domain.com of type
10. "

I have searched AD using ldp and have found two entries. Here is the
strange part. One entry is for a computer, the other is for a user.
Here are the results...

***Searching...
ldap_search_s(ld, "dc=xxxx, dc=com", 2,
"(serviceprincipalname=Host/d06ms3.xxxx,com)", attrList, 0, &msg)
Result <0>: (null)
Matched DNs:
Getting 2 entries:

1> canonicalName: xxxx.com/Servers/D06MS3;
1> cn: D06MS3;
1> distinguishedName: CN=D06MS3,OU=Servers,DC=xxxx,DC=com;
5> objectClass: top; person; organizationalPerson; user; computer;
1> name: D06MS3;
1> canonicalName: xxxx.com/Div06/Users/CRMAdmin,;
1> cn: CRMAdmin,;
1> description: Admin account for Customer Relations Management
software.; 1> distinguishedName:
CN=CRMAdmin\,,OU=Users,OU=Div06,DC=xxxx,DC=com; 4> objectClass: top;
person; organizationalPerson; user; 1> name: CRMAdmin,;

So my question is: I don't see anything in the second entry for
CRMAdmin that would reference the duplicate name of D06MS3. Can
anyone help me out with what is going on here?

Thanks.

Apparently this is a Source: KDC error (you didn't post the Source, since
there are about 50 of them and I searched thru them). It's pretty much
indicating duplicate SPNs.

See if this helps:
http://www.eventid.net/display.asp?eventid=11&eventno=569&source=KDC&phase=1


Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

If you are having difficulty in reading or finding responses to your post,
instead of the website you are using, if I may suggest to use OEx (Outlook
Express or any other newsreader of your choosing), and configure a newsgroup
account, pointing to news.microsoft.com. This is a direct link into the
Microsoft Public Newsgroups, and it is FREE and DOES NOT require a Usenet
account with your ISP. With OEx, you can easily find your post, track
threads, cross-post, and sort by date, poster's name, watched threads or
subject.

Not sure how? It's easy:
How to Configure OEx for Internet News
http://support.microsoft.com/?id=171164

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft MVP - Windows Server Directory Services
Microsoft Certified Trainer
Assimilation Imminent. Resistance is Futile.
Infinite Diversities in Infinite Combinations.
=================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top