summaryrefslogtreecommitdiff
path: root/auth/common_auth.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-03-01 16:00:03 +1300
committerAndrew Bartlett <abartlet@samba.org>2017-03-29 02:37:27 +0200
commit0e508853fcb6cc0e8ca2b6ff48d8b5468b339468 (patch)
tree90589fa5cd0dd8e8754300f8161abf219fbd9c87 /auth/common_auth.h
parent46a800fae3b054a2e9c2f26f35630cadf11cfe3e (diff)
downloadsamba-0e508853fcb6cc0e8ca2b6ff48d8b5468b339468.tar.gz
auth_log: Also log the final type of authentication (ntlmssp,krb5)
Administrators really care about how their users were authenticated, so make this clear. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/common_auth.h b/auth/common_auth.h
index 8950a0cdc91..925d3f59ea9 100644
--- a/auth/common_auth.h
+++ b/auth/common_auth.h
@@ -156,5 +156,6 @@ void log_authentication_event(const struct auth_usersupplied_info *ui,
void log_successful_authz_event(const struct tsocket_address *remote,
const struct tsocket_address *local,
const char *service_description,
+ const char *auth_type,
struct auth_session_info *session_info);
#endif