mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
s3:libnet_join: try to use NETLOGON_NEG_SUPPORTS_AES
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
d82ab70579
commit
beba32619a
@ -1171,7 +1171,8 @@ NTSTATUS libnet_join_ok(const char *netbios_domain_name,
|
||||
const char *dc_name,
|
||||
const bool use_kerberos)
|
||||
{
|
||||
uint32_t neg_flags = NETLOGON_NEG_AUTH2_ADS_FLAGS;
|
||||
uint32_t neg_flags = NETLOGON_NEG_AUTH2_ADS_FLAGS |
|
||||
NETLOGON_NEG_SUPPORTS_AES;
|
||||
struct cli_state *cli = NULL;
|
||||
struct rpc_pipe_client *pipe_hnd = NULL;
|
||||
struct rpc_pipe_client *netlogon_pipe = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user