s3:rpc_server:netlogon: don't require NEG_AUTHENTICATED_RPC in netr_ServerAuthenticate*()
authorStefan Metzmacher <metze@samba.org>
Mon, 27 May 2019 10:38:43 +0000 (12:38 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 8 Jul 2019 11:43:57 +0000 (11:43 +0000)
commita47fd552e123690e3ca5ad95c06172d4ae64be07
tree44302c14a9e110463fd9c01c7dc2a74445a7dab8
parent3bcaef67d293e034cb985b3f85d698fcda92631a
s3:rpc_server:netlogon: don't require NEG_AUTHENTICATED_RPC in netr_ServerAuthenticate*()

The domain join with VMWare Horizon Quickprep seems to use
netr_ServerAuthenticate3() with just the NEG_STRONG_KEYS
(and in addition the NEG_SUPPORTS_AES) just to verify a password.

Note: NETLOGON_NEG_SCHANNEL is an alias to NEG_AUTHENTICATED_RPC.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13464 (maybe)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13949

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
(cherry picked from commit fa5215ce5b93fb032df341e718d7011e619f0916)
source3/rpc_server/netlogon/srv_netlog_nt.c