Skip to content

Commit 844df87

Browse files
fix(tests): weaker crypto when configuring Kerberos
1 parent c4d42ca commit 844df87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

init_krb5.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ cat <<EOF >${WRK_DIR}/krb5.conf
6666
forwardable = true
6767
rdns = false
6868
default_realm = KAZOOTEST.ORG
69+
default_tkt_enctypes=aes128-cts-hmac-sha1-96
70+
default_tgs_enctypes=aes128-cts-hmac-sha1-96
6971
#default_ccache_name = KEYRING:persistent:%{uid}
7072
7173
[realms]

0 commit comments

Comments
 (0)