1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-25 17:57:42 +03:00

heimdal: do not compile weak crypto

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14202

Signed-off-by: Isaac Boukris <iboukris@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Isaac Boukris 2019-11-16 23:03:34 +01:00 committed by Isaac Boukris
parent a53fa8ffe3
commit 389d1b979b
2 changed files with 0 additions and 4 deletions

View File

@ -262,7 +262,6 @@ sub mk_krb5_conf($$)
dns_lookup_kdc = true
ticket_lifetime = 24h
forwardable = yes
allow_weak_crypto = yes
name_canon_rules=as-is:realm=$ctx->{realm}
name_canon_rules=as-is:realm=$ctx->{dnsname}

View File

@ -6,9 +6,6 @@
#include "config.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"