Skip to content

Commit

Permalink
Merge pull request #32592 from owncloud/stable10-ldap-password-logfile
Browse files Browse the repository at this point in the history
[stable10] Prevent LDAP Password to appear in log file
  • Loading branch information
Vincent Petry authored Sep 5, 2018
2 parents e65730f + e9c127c commit 6b2fd85
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lib/private/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,14 @@ class Log implements ILogger {
'decrypt',

//LoginController
'tryLogin'
'tryLogin',

//bind
'bind',

//invokeLDAPMethod
'invokeLDAPMethod'

];

/**
Expand Down

0 comments on commit 6b2fd85

Please sign in to comment.