]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Update example enctypes in kdc_conf.rst
authorTom Yu <tlyu@mit.edu>
Wed, 5 Nov 2014 20:57:51 +0000 (15:57 -0500)
committerTom Yu <tlyu@mit.edu>
Sat, 14 Feb 2015 21:01:23 +0000 (16:01 -0500)
Use modern enctypes for values of master_key_type and
supported_enctypes in the example kdc.conf in kdc_conf.rst.

(cherry picked from commit 3eeb1a7eaa6757502d73944b7694405cdd571e1c)

ticket: 8143 (new)
version_fixed: 1.11.6
status: resolved

doc/admin/conf_files/kdc_conf.rst

index d387a8bb01cfc90c98ace55ab96b93252f662354..5df6c2a91b81d6eb8d7376d5c0a7689594f6d0be 100644 (file)
@@ -696,8 +696,8 @@ Here's an example of a kdc.conf file::
             kadmind_port = 749
             max_life = 12h 0m 0s
             max_renewable_life = 7d 0h 0m 0s
-            master_key_type = des3-hmac-sha1
-            supported_enctypes = des3-hmac-sha1:normal des-cbc-crc:normal des-cbc-crc:v4
+            master_key_type = aes256-cts-hmac-sha1-96
+            supported_enctypes = aes256-cts-hmac-sha1-96:normal aes128-cts-hmac-sha1-96:normal
             database_module = openldap_ldapconf
         }