From 0d286fb3ab375e6408904c35cb4d39a68578cc87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 11 Jul 2007 08:35:38 +0000 Subject: [PATCH] Move the aes enctypes first. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21490 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tests/java/krb5.conf.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/java/krb5.conf.in b/tests/java/krb5.conf.in index ffdedf0c6..d301fa47e 100644 --- a/tests/java/krb5.conf.in +++ b/tests/java/krb5.conf.in @@ -20,11 +20,11 @@ kdc = 0-/FILE:@objdir@/messages.log default = 0-/FILE:@objdir@/messages.log -# Check with default and non default salting -# This to check if the kdc return default salting +# Have both default and non default salting for single DES encryptes, +# this to check if the kdc return default salting. [kadmin] - default_keys = des:pw-salt - default_keys = des3-cbc-sha1:pw-salt - default_keys = aes128-cts-hmac-sha1-96:pw-salt default_keys = aes256-cts-hmac-sha1-96:pw-salt + default_keys = aes128-cts-hmac-sha1-96:pw-salt + default_keys = des3-cbc-sha1:pw-salt + default_keys = des:pw-salt default_keys = des:pw-salt: