krb5 commit [krb5-1.13]: Do not set allow_weak_crypto for KfW

Tom Yu tlyu at mit.edu
Wed May 13 17:06:17 EDT 2015


https://github.com/krb5/krb5/commit/2f41a8e04898d685de09f9667e19c1547570e5c2
commit 2f41a8e04898d685de09f9667e19c1547570e5c2
Author: Ben Kaduk <kaduk at mit.edu>
Date:   Wed Mar 11 16:38:10 2015 -0400

    Do not set allow_weak_crypto for KfW
    
    The MIT-internal users no longer need this crutch.
    
    (cherry picked from commit f0cd1a65e379dd21cdb565beed9e2d8917d1a701)
    
    ticket: 8178
    version_fixed: 1.13.3
    status: resolved

 src/windows/installer/wix/athena/krb5.ini |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/windows/installer/wix/athena/krb5.ini b/src/windows/installer/wix/athena/krb5.ini
index 49b10fd..827a247 100644
--- a/src/windows/installer/wix/athena/krb5.ini
+++ b/src/windows/installer/wix/athena/krb5.ini
@@ -1,6 +1,5 @@
 [libdefaults]
 	default_realm = ATHENA.MIT.EDU
-	allow_weak_crypto = true
 
 [domain_realm]
 	mit.edu = ATHENA.MIT.EDU


More information about the cvs-krb5 mailing list