summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2022-03-03 23:16:13 +0100
committerJule Anger <janger@samba.org>2022-03-16 13:41:14 +0000
commit20be02ecfded1de4e765fba78f0b7d9a5f2e6837 (patch)
tree722e65db6040b9c5c7acd77bafbd8d66305616e2
parent7b31dcbd70464a5a110452b70079ff230748114d (diff)
downloadsamba-20be02ecfded1de4e765fba78f0b7d9a5f2e6837.tar.gz
s4:dsdb: don't set mapped_state in auth_usersupplied_info for audit logging
mapped_state is completely irrelevant for audit logging and will also be removed in the next commits. 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 99efe5f4e9ce426b28cef94d858849707ce15739)
-rw-r--r--source4/dsdb/samdb/ldb_modules/password_hash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/password_hash.c b/source4/dsdb/samdb/ldb_modules/password_hash.c
index 348696a895c..3978d82a79a 100644
--- a/source4/dsdb/samdb/ldb_modules/password_hash.c
+++ b/source4/dsdb/samdb/ldb_modules/password_hash.c
@@ -3028,7 +3028,6 @@ static int check_password_restrictions_and_log(struct setup_password_fields_io *
* logs are consistent, even if some elements are always NULL.
*/
struct auth_usersupplied_info ui = {
- .mapped_state = true,
.was_mapped = true,
.client = {
.account_name = io->u.sAMAccountName,