[28787] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit [krb5-1.12]: Update example enctypes in kdc_conf.rst

daemon@ATHENA.MIT.EDU (Tom Yu)
Mon Feb 9 22:31:19 2015

Date: Mon, 9 Feb 2015 22:27:40 -0500
From: Tom Yu <tlyu@mit.edu>
Message-Id: <201502100327.t1A3ReVW011703@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/77a9d61df42a9fc2457cb350bc98671020aff693
commit 77a9d61df42a9fc2457cb350bc98671020aff693
Author: Tom Yu <tlyu@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: 8136 (new)
    version_fixed: 1.12.3
    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 9878266..2dad236 100644
--- a/doc/admin/conf_files/kdc_conf.rst
+++ b/doc/admin/conf_files/kdc_conf.rst
@@ -759,8 +759,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
         }
 
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post