]> 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)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 7 Sep 2017 04:56:27 +0000 (06:56 +0200)
commit7cfaf706942308c3682d9a37ac778cfbbdf49919
treefd625cd864323b808b0a975929847b709118569f
parentcc78de55810ac20858066a25159ad390e7644f07
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.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
source4/dsdb/samdb/ldb_modules/linked_attributes.c