summaryrefslogtreecommitdiff
path: root/auth/common_auth.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-02-21 11:57:57 +1300
committerAndrew Bartlett <abartlet@samba.org>2017-03-29 02:37:26 +0200
commitea3f00f2b57c1896bc98c5a8e4538f46193b6c53 (patch)
treee5386dea7130f2862098e32b7d9d2b6c3dc63566 /auth/common_auth.h
parent5f5756db714de0c1b00d648a48423fde19a564a1 (diff)
downloadsamba-ea3f00f2b57c1896bc98c5a8e4538f46193b6c53.tar.gz
auth: Add "auth_description" to allow logs to distinguish simple bind (etc)
This will allow the authentication log to indicate clearly how the password was supplied to the 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/common_auth.h b/auth/common_auth.h
index fafdbaa15cd..d775b750c4b 100644
--- a/auth/common_auth.h
+++ b/auth/common_auth.h
@@ -82,6 +82,7 @@ struct auth_usersupplied_info
} netlogon_trust_account;
const char *service_description;
+ const char *auth_description;
};
struct auth_method_context;