krb5 commit [krb5-1.11]: Update example enctypes in kdc_conf.rst
Tom Yu
tlyu at mit.edu
Sat Feb 14 16:19:09 EST 2015
https://github.com/krb5/krb5/commit/2cc99002e81bdb1ce0d26f27c165d2d945057a41
commit 2cc99002e81bdb1ce0d26f27c165d2d945057a41
Author: Tom Yu <tlyu at mit.edu>
Date: Wed Nov 5 15:57:51 2014 -0500
Update example enctypes in kdc_conf.rst
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 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/admin/conf_files/kdc_conf.rst b/doc/admin/conf_files/kdc_conf.rst
index d387a8b..5df6c2a 100644
--- a/doc/admin/conf_files/kdc_conf.rst
+++ b/doc/admin/conf_files/kdc_conf.rst
@@ -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
}
More information about the cvs-krb5
mailing list