]> git.ipfire.org Git - thirdparty/samba.git/commit
auth4: Only use CrackNames if we're a DC
authorVolker Lendecke <vl@samba.org>
Sun, 26 Feb 2017 10:25:20 +0000 (11:25 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 28 Feb 2017 09:01:14 +0000 (10:01 +0100)
commit6d4acc8cd6aecc393a1d456be0814cc88c6dab5a
tree71faa6b1d343c4446243c67cb1a287a16c8efa77
parent5a6f3fcf811e9199096d343c7d4c8c3af663157d
auth4: Only use CrackNames if we're a DC

DsCrackNameOneName on a member does not really have a big user database. We
should delegate as much responsibility as possible to our DC.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source4/auth/ntlm/auth.c
source4/auth/ntlm/auth_util.c