+Sun Sep 10 10:09:41 1995 Ezra Peisach (epeisach@dcl)
+
+ * default.exp: Add des-cbc-crc to supported_enctypes as krb5_edit
+ requires it for random keys.
+
Sat Sep 9 16:28:48 1995 Ezra Peisach (epeisach@dcl)
* default.exp: supported_keytypes -> supported_enctypes
puts $conffile " profile = $tmppwd/krb5.conf"
puts $conffile " database_name = $tmppwd/db"
puts $conffile " master_key_name = master/key"
- puts $conffile " master_key_type = des"
- puts $conffile " encryption_type = des-cbc-md5"
+ puts $conffile " master_key_type = des-cbc-md5"
puts $conffile " port = 3088"
puts $conffile " kadmind_port = 3750"
puts $conffile " key_stash_file = $tmppwd/stash"
puts $conffile " max_renewable_life = 3:00:00"
puts $conffile " default_principal_expiration = 99.12.31.23.59.59"
puts $conffile " default_principal_flags = -postdateable -forwardable"
- puts $conffile " supported_enctypes = des:normal des:v4 des:norealm des:onlyrealm"
+ puts $conffile " supported_enctypes = des-cbc-crc:normal desdes:normal des:v4 des:norealm des:onlyrealm"
puts $conffile " \}"
puts $conffile ""
close $conffile