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.
"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.