Skip to content
Snippets Groups Projects
Commit a1679b8e authored by Aleksander Machniak's avatar Aleksander Machniak
Browse files

Do not log password argument for ldapsearch

parent 74430ecf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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);
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment