]> git.ipfire.org Git - thirdparty/samba.git/commit
linked_attributes: Use ldb_ldif_message_redacted_string() for consistency
authorAndrew Bartlett <abartlet@samba.org>
Wed, 6 Sep 2017 03:56:59 +0000 (15:56 +1200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 14 Sep 2017 15:48:26 +0000 (17:48 +0200)
commit2ea6bebf73c05b8ca9a9e006f73cdd4c231427e9
treecdc8ddfae7b8e81426ede8e31dd354775b282262
parent11568c8ceb197dff23cd4fe3ff0dde820c714fac
linked_attributes: Use ldb_ldif_message_redacted_string() for consistency

This avoids printing un-encrypted secret values in logs, and while links are not likely
secret, this avoids a future copy and paste using ldb_ldif_message_string() again.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13017

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
(cherry picked from commit 7cfaf706942308c3682d9a37ac778cfbbdf49919)
source4/dsdb/samdb/ldb_modules/linked_attributes.c