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
commitb353567acf0a6b813b79cb782d9888b69b14180f (patch)
tree3224a0d2dab0480e7b14aa2248fafb847dec54d1
parent20be02ecfded1de4e765fba78f0b7d9a5f2e6837 (diff)
downloadsamba-b353567acf0a6b813b79cb782d9888b69b14180f.tar.gz
s4:kdc: 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 ca6948642bc2ff821ec4ca8ab24902b1ba9e8397)
-rw-r--r--source4/kdc/hdb-samba4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/kdc/hdb-samba4.c b/source4/kdc/hdb-samba4.c
index 96e88423528..5720dfadc1f 100644
--- a/source4/kdc/hdb-samba4.c
+++ b/source4/kdc/hdb-samba4.c
@@ -528,7 +528,6 @@ static krb5_error_code hdb_samba4_audit(krb5_context context,
* logs are consistent, even if some elements are always NULL.
*/
ui = (struct auth_usersupplied_info) {
- .mapped_state = true,
.was_mapped = true,
.client = {
.account_name = r->cname,