From a1679b8e1cf51e0d1be6b36ed670140284bfc7c3 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 16 Jan 2015 18:43:20 +0100 Subject: Do not log password argument for ldapsearch --- lib/Net/LDAP3.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Net/LDAP3.php b/lib/Net/LDAP3.php index 626c9cd..a825c3a 100644 --- a/lib/Net/LDAP3.php +++ b/lib/Net/LDAP3.php @@ -779,7 +779,7 @@ class Net_LDAP3 // remove password from debug log $command_debug = $command; - $command_debug[11] = '*'; + $command_debug[13] = '*'; $command = implode(' ', $command); $command_debug = implode(' ', $command_debug); -- cgit v0.12