From 5bc87c14a1f5b45ed86e7ff9663f5f0aa2f70094 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 20 Sep 2009 23:18:34 -0700 Subject: s4:heimdal: import lorikeet-heimdal-200909210500 (commit 290db8d23647a27c39b97c189a0b2ef6ec21ca69) --- source4/heimdal_build/roken.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/heimdal_build/roken.h') diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h index ea9103e15d..2d46767e1b 100644 --- a/source4/heimdal_build/roken.h +++ b/source4/heimdal_build/roken.h @@ -4,6 +4,9 @@ #ifndef _ROKEN_H_ #define _ROKEN_H_ +/* Support 'weak' keys for now, it can't be worse than NTLM and we don't want to hard-code the behaviour at this point */ +#define HEIM_WEAK_CRYPTO 1 + /* path to sysconf - should we force this to samba LIBDIR ? */ #define SYSCONFDIR "/etc" -- cgit