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 14:27:12 +0000
commite0222e2fd8b9c84dd74356a5273741f57ea6ed42 (patch)
tree870a0de27b488c5409b094ed2251b2cf4b17502d
parent7ef4c442c6356e9670ae4f8253b129e4acc54725 (diff)
downloadsamba-e0222e2fd8b9c84dd74356a5273741f57ea6ed42.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 f0939193ad7..2ed7a5e0623 100644
--- a/source4/kdc/hdb-samba4.c
+++ b/source4/kdc/hdb-samba4.c
@@ -385,7 +385,6 @@ static krb5_error_code hdb_samba4_auth_status(krb5_context context, HDB *db,
* logs are consistent, even if some elements are always NULL.
*/
struct auth_usersupplied_info ui = {
- .mapped_state = true,
.was_mapped = true,
.client = {
.account_name = original_client_name,