IIRC, the likely problem is that you are specifying a drive letter w/o specifying FILE:, so Kerberos thinks you have a keytab of type C:... Just add FILE: right in front of the filename and all is well.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Dennis Qiu Sent: Wednesday, July 17, 2002 10:18 AM To: [EMAIL PROTECTED] Subject: kinit -k -t in Windows I tried to use "kinit -k -t keytab_file principal" to get a TGT in a windows scripts. So the job can be done without typing password. But the keytab file can only be created by kadmin in Unix. kinit(From MIT 2.1.1) complains the Unknow key tab file format. Does anyone know how to get a windows format keytab file? Thanks a lot Dennis Qiu ________________________________________________ Kerberos mailing list [EMAIL PROTECTED] http://mailman.mit.edu/mailman/listinfo/kerberos ________________________________________________ Kerberos mailing list [EMAIL PROTECTED] http://mailman.mit.edu/mailman/listinfo/kerberos
