summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cm.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-10 16:45:13 +0100
committerAndreas Schneider <asn@samba.org>2012-07-17 13:53:38 +0200
commit98b9ef54f26e95c6c5502027cd6ab7855bf1e6ee (patch)
treea016240b74f85479cf96241c357c407841dd392d /source3/winbindd/winbindd_cm.c
parent33206b1e240e55acedad606aed4f1952f7496b35 (diff)
downloadsamba-98b9ef54f26e95c6c5502027cd6ab7855bf1e6ee.tar.gz
samba-98b9ef54f26e95c6c5502027cd6ab7855bf1e6ee.tar.bz2
samba-98b9ef54f26e95c6c5502027cd6ab7855bf1e6ee.zip
Enable AES in winbind.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/winbindd/winbindd_cm.c')
-rw-r--r--source3/winbindd/winbindd_cm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c
index f1e4204115..1651b1bd0e 100644
--- a/source3/winbindd/winbindd_cm.c
+++ b/source3/winbindd/winbindd_cm.c
@@ -2549,7 +2549,7 @@ NTSTATUS cm_connect_netlogon(struct winbindd_domain *domain,
struct winbindd_cm_conn *conn;
NTSTATUS result;
- uint32_t neg_flags = NETLOGON_NEG_AUTH2_ADS_FLAGS;
+ uint32_t neg_flags = NETLOGON_NEG_AUTH2_ADS_FLAGS | NETLOGON_NEG_SUPPORTS_AES;
uint8 mach_pwd[16];
enum netr_SchannelType sec_chan_type;
const char *account_name;