aboutsummaryrefslogtreecommitdiff
path: root/src/tests/t_etype_info.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/t_etype_info.py')
-rw-r--r--src/tests/t_etype_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/t_etype_info.py b/src/tests/t_etype_info.py
index c982508..38cf96c 100644
--- a/src/tests/t_etype_info.py
+++ b/src/tests/t_etype_info.py
@@ -1,7 +1,7 @@
from k5test import *
supported_enctypes = 'aes128-cts des3-cbc-sha1 rc4-hmac'
-conf = {'libdefaults': {'allow_weak_crypto': 'true'},
+conf = {'libdefaults': {'allow_des3': 'true', 'allow_rc4': 'true'},
'realms': {'$realm': {'supported_enctypes': supported_enctypes}}}
realm = K5Realm(create_host=False, get_creds=False, krb5_conf=conf)