diff options
Diffstat (limited to 'source4/heimdal_build/roken.h')
-rw-r--r-- | source4/heimdal_build/roken.h | 3 |
1 files changed, 3 insertions, 0 deletions
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" |