[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "null" principal
On Sat, Mar 06, 2004 at 12:22:39PM +0100, Love wrote:
>
> Frank Cusack <fcusack@fcusack.com> writes:
>
> > Hi,
> >
> > I have a principal apparently with a null name. 'get *' returns it.
> >
> > Principal: @UNIX.CORP.GOOGLE.COM
> > Principal expires: never
> > ...
> >
> > How can I remove this principal from the KDC?
>
> I would think the empty name isn't a valid one, so the parser can't handle
> that, unclear if it should.
>
> Never the less, if you want to remove this entry without waiting for me
> writing code; make copy of the databse (step not included), dump the
> database, remove the entry and load it again.
I got it working by simply deleting it.
kadmin> del @UNIX.CORP.GOOGLE.COM
thanks
/fc