summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-02-20 15:55:34 +1300
committerAndrew Bartlett <abartlet@samba.org>2017-03-29 02:37:26 +0200
commit7609c57922f1d5041dd65660e157a1ba3bf1a417 (patch)
tree6dab6bc5ae069f324ad60dd5fc6d4e0abf8ef67b /source3
parent9ffdb84600bb5b97a31d2407c8901aa3c599d53f (diff)
downloadsamba-7609c57922f1d5041dd65660e157a1ba3bf1a417.tar.gz
auth: Add a reminder about the strings currently used for auditing
We will soon have a much better replacement, but a note here may help some in the transition 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 'source3')
-rw-r--r--source3/auth/auth.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/auth/auth.c b/source3/auth/auth.c
index e2e99a1dfe5..50ff19f1ddf 100644
--- a/source3/auth/auth.c
+++ b/source3/auth/auth.c
@@ -308,6 +308,10 @@ fail:
/* failed authentication; check for guest lapping */
+ /*
+ * Please try not to change this string, it is probably in use
+ * in audit logging tools
+ */
DEBUG(2, ("check_ntlm_password: Authentication for user "
"[%s] -> [%s] FAILED with error %s, authoritative=%u\n",
user_info->client.account_name, user_info->mapped.account_name,