From 18ebeecdb61d1cb46a664e5e02adf23c5836c95d Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mar 12 2004 21:41:54 +0000 Subject: - doh, we can't test v4 if we don't have v4-compatible salting of des keys --- diff --git a/tests/config/kdc.conf.in b/tests/config/kdc.conf.in index 5e00641..235e65b 100644 --- a/tests/config/kdc.conf.in +++ b/tests/config/kdc.conf.in @@ -11,7 +11,7 @@ key_stash_file = @TESTDIR@/kdc/stash_file admin_keytab = @TESTDIR@/kdc/kadm5.keytab master_key_type = des-cbc-crc - supported_enctypes = des3-cbc-sha1:normal des-cbc-crc:normal + supported_enctypes = des3-cbc-sha1:normal des-cbc-crc:normal des-cbc-crc:v4 kadmind_port = 8801 kpasswd_port = 8802 }