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 However, if I remove the enctype it writes a DES and DES3 key. kadmin: ktadd [EMAIL PROTECTED] Entry for principal [EMAIL PROTECTED] with kvno 1, encryption type Triple DES cbc mode with HMAC/sha1 added to keytab WRFILE:/etc/krb5.keytab. Entry for principal [EMAIL PROTECTED] with kvno 1, encryption type DES cbc mode with CRC-32 added to keytab WRFILE:/etc/krb5.keytab. Is this a salt problem? Can I add one of these keys to my AFS kaserver using asetkey? Must I use -e des-cbc-crc? -- Facade: Provide a unified interface to a set of interfaces in a subsystem. Andrew Bacchi Staff Systems Programmer Rensselaer Polytechnic Institute phone: 518 276-6415 fax: 518 276-2809 http://www.rpi.edu/~bacchi/ ________________________________________________ Kerberos mailing list [EMAIL PROTECTED] https://mailman.mit.edu/mailman/listinfo/kerberos
