diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-10 16:45:13 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2012-07-17 13:53:38 +0200 |
commit | 98b9ef54f26e95c6c5502027cd6ab7855bf1e6ee (patch) | |
tree | a016240b74f85479cf96241c357c407841dd392d /source3 | |
parent | 33206b1e240e55acedad606aed4f1952f7496b35 (diff) | |
download | samba-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')
-rw-r--r-- | source3/winbindd/winbindd_cm.c | 2 |
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; |