OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. openafs-stable-1_4_12pre1-6-gb0b85ad
Gerrit Code Review
gerrit@openafs.org
Fri, 22 Jan 2010 14:49:16 -0800 (PST)
The following commit has been merged in the openafs-stable-1_4_x branch:
commit b0b85ad33b49f18ef18af40716bfc110f629068b
Author: Russ Allbery <rra@stanford.edu>
Date: Fri Jan 22 10:59:14 2010 -0800
Enable weak enctypes for klog.krb5 if supported by Kerberos
The same as cb4b62a40352ccebae3a299f4327fa70fc7a0c5c, but for klog.krb5.
Current versions of both MIT Kerberos and Heimdal disable DES enctypes
by default, but DES enctypes are still required for AFS service tickets.
Probe for either krb5_allow_weak_crypto() (MIT Kerberos 1.8) or
krb5_enctype_enable() (Heimdal) and, if found, call them to enable DES
enctypes. If neither is found, assume that the Kerberos libraries are
old enough that DES is enabled by default.
Change-Id: I99c93621c847f6edcc485207f5b6b99b2370b347
Reviewed-on: http://gerrit.openafs.org/1144
Tested-by: Russ Allbery <rra@stanford.edu>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit f02ab3339d01bca414fe705f3a990a1db146f29b)
Reviewed-on: http://gerrit.openafs.org/1148
Tested-by: Derrick Brashear <shadow@dementia.org>
src/aklog/klog.c | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository