summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/init_ctx.c
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2009-01-31 03:57:20 +0000
committerTom Yu <tlyu@mit.edu>2009-01-31 03:57:20 +0000
commitf70d290faea0ed8a9e41553c56eb673bb1d08cb8 (patch)
tree4dace00a9cb4de071e2562805075af38c661a6f3 /src/lib/krb5/krb/init_ctx.c
parent97bb133745b38dc23375e7fccacd42ce6f993f0e (diff)
downloadkrb5-f70d290faea0ed8a9e41553c56eb673bb1d08cb8.tar.gz
krb5-f70d290faea0ed8a9e41553c56eb673bb1d08cb8.tar.xz
krb5-f70d290faea0ed8a9e41553c56eb673bb1d08cb8.zip
Default allow_weak_crypto=true for now. Default supported_enctypes to
exclude single-DES enctypes. ticket: 6353 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21851 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/krb/init_ctx.c')
-rw-r--r--src/lib/krb5/krb/init_ctx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/krb/init_ctx.c b/src/lib/krb5/krb/init_ctx.c
index bab143e6f8..69f7ad887d 100644
--- a/src/lib/krb5/krb/init_ctx.c
+++ b/src/lib/krb5/krb/init_ctx.c
@@ -172,7 +172,7 @@ init_common (krb5_context *context, krb5_boolean secure, krb5_boolean kdc)
goto cleanup;
retval = profile_get_boolean(ctx->profile, "libdefaults",
- "allow_weak_crypto", NULL, 0, &tmp);
+ "allow_weak_crypto", NULL, 1, &tmp);
if (retval)
goto cleanup;
ctx->allow_weak_crypto = tmp;