]> git.ipfire.org Git - thirdparty/samba.git/commit
s4:auth: check for user_info->mapped.account_name if it needs to be filled
authorStefan Metzmacher <metze@samba.org>
Thu, 3 Mar 2022 22:14:10 +0000 (23:14 +0100)
committerJule Anger <janger@samba.org>
Wed, 16 Mar 2022 14:27:12 +0000 (14:27 +0000)
commit8bdf62eb2d3180b900e77992845d13f50689488a
treea2966b42cf50596d6cd674e6bad2a4d0cbe53528
parent9981c6731d017f24991df9448687ed1bea709234
s4:auth: check for user_info->mapped.account_name if it needs to be filled

mapped_state is a special hack for authenticate_ldap_simple_bind_send()
in order to avoid some additional work in authsam_check_password_internals().

But that code will be changed in the next commits, so we can simplify
the logic and only check for user_info->mapped.account_name being NULL.
As it's the important factor that user_info->mapped.account_name is
non-NULL down in the auth stack.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit c7b8c71b2b71bb9d95c33d403c4204376f443852)
source4/auth/ntlm/auth.c