KDC Error 11



I am TRYING to delete duplicate names on my server, and I run LDP.exe
and see the two entries:
ldap_search_s(ld, "DC=domainname,DC=com", 2,
"serviceprincipalname=MSSQLSvc/SQLSERVER1.domainname.com:1433",
attrList, 0, &msg)
Result <0>: (null)
Matched DNs:
Getting 2 entries:
>> Dn: CN=MASTER,OU=IS,DC=domainname,DC=com
4> objectClass: top; person; organizationalPerson; user;
1> cn: MASTER;
1> distinguishedName: CN=MASTER,OU=IS,DC=domainname,DC=com;
1> name: MASTER;
1> canonicalName: domainname.com/IS/MASTER;
>> Dn: CN=SQLSERVER1,CN=Computers,DC=domainname,DC=com
5> objectClass: top; person; organizationalPerson; user; computer;
1> cn: SQLSERVER1;
1> distinguishedName: CN=SQLSERVER1,CN=Computers,DC=domainname,DC=com;

1> name: SQLSERVER1;
1> canonicalName: domainname.com/Computers/SQLSERVER1;

I understand that I need to delete the second one that isn't called
"Master", but I don't understand how to accomplish this with the
ADSIEdit.msc. How do I search to find the duplicates in this?

Thanks!
Barbara

.



Relevant Pages

  • Re: Duplicate Computers in Query Results
    ... >How many entries does each client have in the PC_BIOS ... Is this on SMS ... >Due to Duplicate GUIDs or firmware change, ...
    (microsoft.public.sms.inventory)
  • Re: Duplicate Amounts dont show up in Union Query
    ... I have 2 separate queries that show the correct data and number of entries. ... system so duplicate entries are possible. ... Anyone have any thoughts on this or can a Union Query just not handle exact ... Record the number of rows returned by the UNION ALL query. ...
    (microsoft.public.access.queries)
  • [9fans] Duplicate entries in fresh plan9.ini
    ... I've been looking for the cause of these duplicate entries, ... appear to have been introduced together with the third boot option on ... quick and dirty change like the following line (which add everything ...
    (comp.os.plan9)
  • Re: Duplicates by groups
    ... Copy and Past the entries with C values greater than 0 ... duplicate records in column B for each group of customers in column A. ... for Joe (as Eggs are the duplicate in Column B); ... and Apples; Susan Bread and Cereal; etc. ...
    (microsoft.public.excel.misc)
  • Re: Navigating to Duplicates
    ... and copy down to give the work "duplicate" based on column A entries. ... I and my staff have been reviewing and categorizing a ... After I merge the separate spreadsheets into one, ...
    (microsoft.public.excel.misc)

Loading