summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2022-03-03 11:10:00 +0100
committerAndrew Bartlett <abartlet@samba.org>2022-03-10 03:16:35 +0000
commit427125d182252d8aee3dd906ee34a909cdbb8ef3 (patch)
treea770b12a0f33ab6015a1648500bdae9b4bbf4292 /auth
parent8dfdbe095a4c8a7bedd29341656a7c3164517713 (diff)
downloadsamba-427125d182252d8aee3dd906ee34a909cdbb8ef3.tar.gz
s4:auth: rename user_info->mapped_state to user_info->cracknames_called
This makes it much clearer what it is used for and it is a special hack for authenticate_ldap_simple_bind_send() in order to avoid some additional work in authsam_check_password_internals(). 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>
Diffstat (limited to 'auth')
-rw-r--r--auth/common_auth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/common_auth.h b/auth/common_auth.h
index 0452c673ebc..9d51ea69719 100644
--- a/auth/common_auth.h
+++ b/auth/common_auth.h
@@ -49,7 +49,7 @@ struct auth_usersupplied_info
uint32_t logon_parameters;
- bool mapped_state;
+ bool cracknames_called;
bool was_mapped;
uint64_t logon_id;
/* the values the client gives us */