Ver código fonte

revert kdc.conf change

Jonathan Turner 8 anos atrás
pai
commit
f23eb64335
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      testenv/krb5kdc-vagrant/kdc.conf

+ 1 - 1
testenv/krb5kdc-vagrant/kdc.conf

@@ -10,5 +10,5 @@
   acl_file = /var/kerberos/krb5kdc/kadm5.acl
   dict_file = /usr/share/dict/words
   admin_keytab = /opt/krb5/data/kadm5.keytab
-  supported_enctypes = des-cbc-crc:normal rc4-hmac:normal
+  supported_enctypes = aes128-cts-hmac-sha1-96:normal aes256-cts-hmac-sha1-96:normal aes128-cts-hmac-sha256-128:normal aes256-cts-hmac-sha384-192:normal des3-cbc-sha1-kd:normal rc4-hmac:normal
  }