auth4: avoid map_user_info() in auth_check_password_send()
commit236b24dfd29f1343c6de9a1e8c8baf3d2991244e
authorStefan Metzmacher <metze@samba.org>
Fri, 17 Mar 2017 15:19:10 +0000 (17 16:19 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 9 Apr 2017 23:11:20 +0000 (10 01:11 +0200)
tree4b31a15705a2f733eef380e4cae500d71d3dadb7
parent8193b708984671df8439c516fd2f209d7760f5c2
auth4: avoid map_user_info() in auth_check_password_send()

The cracknames call is done in the "sam" backend now.

In order to support trusted domains correctly, the backends
need to get the raw values from the client.

This is the important change in order to no longer
silently map users from trusted domains to local users.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=2976
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12709

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
selftest/knownfail
source4/auth/ntlm/auth.c