On Tue, 10 Dec 2002, Sam Hartman wrote:

> The enctype you want is probably des-cbc-crc.  However I suspect
> you're going to be better off copying a keytab and getting it working
> than you are using addent.

This actually worked.  I ran ktutil and typed:

   ktutil:  addent -password -p myname@MYREALM -k 52 -e des-cbc-crc
   Password for myname@MYREALM: ******
   ktutil:  wtk xyz
   ktutil:  quit

Then tried kinit:

   kinit myname@MYREALM -k -t ./xyz

and got creds OK.  Thanks!

Dan


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

Reply via email to