>I'm trying to extract a K5 key for afs. The encryption type seems to be >invalid. > >kadmin: ktadd -e des-cbc-crc [EMAIL PROTECTED] >ktadd: Invalid argument while parsing keysalts des-cbc-crc
You really need a salt there, e.g.: ktadd -e des-cbc-crc:normal [EMAIL PROTECTED] The salt type doesn't matter in this case, since there's no password involved. --Ken ________________________________________________ Kerberos mailing list [EMAIL PROTECTED] https://mailman.mit.edu/mailman/listinfo/kerberos
