Re: KDC error -- dublicte serviceprincipalname
- From: "Joe Richards [MVP]" <humorexpress@xxxxxxxxxxx>
- Date: Sun, 03 Apr 2005 14:02:29 -0400
I have released a new version of the admod (1.4) that has this bug fixed as well as adds a -add option to create objects in AD.
-- Joe Richards Microsoft MVP Windows Server Directory Services www.joeware.net
Joe Richards [MVP] wrote:
Bug in V1.3 I corrected but haven't released, I apologize.
In the meanwhile use adsiedit or the following script
dn=wscript.arguments.item(0) set o=GetObject("LDAP://" & dn) o.putex 1,"serviceprincipalname","" o.setinfo()
-- Joe Richards Microsoft MVP Windows Server Directory Services www.joeware.net
ReneSidler wrote:
"Chriss3 MVP" wrote:
> This happens if you install Microsoft CRM on a Domain
> Controller.
> Use Joes excellent tool or ADSIedit to remove the duplicated
> SPN.
> > -- > Regards
> Christoffer Andersson
> Microsoft MVP - Directory Services
> > No email replies please - reply in the newsgroup
> ------------------------------------------------
> http://www.chrisse.se - Active Directory Tips
> > "Joe Richards [MVP]" <humorexpress@xxxxxxxxxxx> skrev i
> meddelandet > news:eE23hsiMFHA.3796@xxxxxxxxxxxxxxxxxxxxxxx
> > Delete the SPN from the admin account. No clue how that got
> there except > > some admin probably didn't know what they were doing.
> >
> > You can clear this up pretty easily. Download admod from www.joeware.net > > and enter the following command, it should be on one line
> (in case of line > > wrap)
> >
> > admod -b CN=Administrator,CN=Users,DC=sidmar,DC=local > > servicePrincipalName:-
> >
> >
> > That will result in the spn being cleared from the admin
> account object.
> >
> > joe
> >
> >
> >
> > --
> > Joe Richards Microsoft MVP Windows Server Directory Services
> > www.joeware.net
> >
> >
> > ReneSidler wrote:
> >> I need some help getting rid of this KDC 11 error
> >>
> >> I have a dublicate entry which I have found with the
> ldp
> >>
> >> ***Searching...
> >> ldap_search_s(ld, "DC=SIDMAR,DC=LOCAL", 2,
> >>
> "serviceprincipalname=MSSQLSvc/sidmarsrv01.sidmar.local:1433",
> >> attrList, 0, &msg)
> >> Result <0>: (null)
> >> Matched DNs: Getting 2 entries:
> >>
> >>>>Dn:
> CN=Administrator,CN=Users,DC=sidmar,DC=local
> >>
> >> 4> objectClass: top; person; organizationalPerson;
> user; 1> cn: > >> Administrator; 1> description: Vordefiniertes
> Konto für die Verwaltung > >> des Computers
> >> bzw. der Domäne; 1> distinguishedName: > >> CN=Administrator,CN=Users,DC=sidmar,DC=local; 1>
> name: Administrator; 1> > >> canonicalName: sidmar.local/Users/Administrator;
> >>>>Dn: CN=SIDMARSRV01,OU=Domain
> Controllers,DC=sidmar,DC=local
> >>
> >> 5> objectClass: top; person; organizationalPerson;
> user; computer; 1> cn: > >> SIDMARSRV01; 1> distinguishedName:
> CN=SIDMARSRV01,OU=Domain
> >> Controllers,DC=sidmar,DC=local; 1> name:
> SIDMARSRV01; 1> canonicalName: > >> sidmar.local/Domain Controllers/SIDMARSRV01; but now
> which of the above > >> entries i have to delete? and how do i do
> >> it... I have tryed ADSIEdit but I coud not find the
> right entry...
> >>
> >> Thanks for any suggestions
> >>
> >> Regards Rene
> >>
Thanks for your Help, I have tried it but get the following error...
AdMod V01.03.00cpp Joe Richards (joe@xxxxxxxxxxx) February 2005
WARN: Delete/Clear option illogical for add, ignoring. DN Count: 1 Using server: sidmarsrv01.sidmar.local Adding specified objects... DN: cn=administrator,cn=users,dc=sidmar,dc=local...: [sidmarsrv01.sidmar.loca l] Error 0x41 (65) - Verletzung der Objektklasse
ERROR: Too many errors encountered, terminating...
The command did not complete successfully
what did I do wrong ??
.
- References:
- Re: KDC error -- dublicte serviceprincipalname
- From: Joe Richards [MVP]
- Re: KDC error -- dublicte serviceprincipalname
- Prev by Date: Re: File Replication - SYSVOL/NETLOGON shares
- Next by Date: Re: Is the Local Security Policy on a DC same as Default domain controller policy ?
- Previous by thread: Re: KDC error -- dublicte serviceprincipalname
- Next by thread: Re: Help!!! Domain Local Groups
- Index(es):
Relevant Pages
|