>Em Thu, Feb 07, 2002 at 02:29:06PM +0100, Turbo Fredriksson escreveu:
>> [papadoc.pts/3]$ kadmin -p [EMAIL PROTECTED]
>> Authenticating as principal [EMAIL PROTECTED] with password.
>> Enter password:
>> kadmin:  
>> Is there any way 'kadmin' can honnor my ticket?
>
>You mean, by not having to enter a password and using the tgt your
>principal already has? According to the man page, yes, if you have
>a ticket for kadmin/admin.

You'll have to do some digging to discover it, but kadmin/admin is marked
in the default database configuration as a principal that requires an
initial request to get a service ticket for it ... which means you _can't_
get it with your TGT, which means you need to enter in your password
to get it.  If you think about it, this is a good thing.  You can use
the "-S" flag to kinit to get a ticket for it, but you can't use this
ticket for anything else.

--Ken
_______________________________________________
Kerberos mailing list
[EMAIL PROTECTED]
http://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to