Author: baggins Date: Wed Feb 24 20:47:52 2010 GMT Module: packages Tag: HEIMDAL_1_2 ---- Log message: - added DES deprecation warning
---- Files affected: packages/heimdal: heimdal-krb5.conf (1.5.2.1 -> 1.5.2.2) ---- Diffs: ================================================================ Index: packages/heimdal/heimdal-krb5.conf diff -u packages/heimdal/heimdal-krb5.conf:1.5.2.1 packages/heimdal/heimdal-krb5.conf:1.5.2.2 --- packages/heimdal/heimdal-krb5.conf:1.5.2.1 Wed Dec 9 21:46:23 2009 +++ packages/heimdal/heimdal-krb5.conf Wed Feb 24 21:47:47 2010 @@ -15,6 +15,12 @@ # dns_lookup_kdc = true # dns_lookup_realm = true +# WARNING!!! +# As od heimdal 1.3 DES is deprecated, that means you MUST uncomment +# the following line if you use any flavor of kerberized NFS. +# http://www.h5l.org/blog/index.php/2008/10/des-will-die-in-heimdal/ +# allow_weak_crypto = true + [appdefaults] ticket_lifetime = 24h renew_lifetime = 24h ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/heimdal/heimdal-krb5.conf?r1=1.5.2.1&r2=1.5.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
