summaryrefslogtreecommitdiff
path: root/auth/common_auth.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-02-20 14:15:46 +1300
committerAndrew Bartlett <abartlet@samba.org>2017-03-29 02:37:25 +0200
commitaf9d4807399ff73a5d4baab713ef3731de0f5d62 (patch)
tree5d77e609c9f50cf66c43710f8816a2d314575652 /auth/common_auth.h
parent2d6066dbbfe8f10b95675eedd0f47c492cf29029 (diff)
downloadsamba-af9d4807399ff73a5d4baab713ef3731de0f5d62.tar.gz
gensec: Pass service_description into auth_usersuppliedinfo during NTLMSSP
This allows the GENSEC service description to be read at authentication time for logging, eg that the user authenticated to the SAMR server Signed-off-by: Andrew Bartlett <abartlet@samba.org> Pair-Programmed-by: Gary Lockyer <gary@catalyst.net.nz> Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'auth/common_auth.h')
-rw-r--r--auth/common_auth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/auth/common_auth.h b/auth/common_auth.h
index db450ce883d..fafdbaa15cd 100644
--- a/auth/common_auth.h
+++ b/auth/common_auth.h
@@ -80,6 +80,8 @@ struct auth_usersupplied_info
const char *account_name; /* [charset(UTF8)] */
struct dom_sid *sid; /* [unique] */
} netlogon_trust_account;
+
+ const char *service_description;
};
struct auth_method_context;