Merge pull request #6329 from nextcloud/ldap-password
Don't log LDAP password when server is not available
This commit is contained in:
commit
485e22acde
1 changed files with 9 additions and 3 deletions
|
@ -65,6 +65,7 @@ class Log implements ILogger {
|
|||
'completeLogin',
|
||||
'login',
|
||||
'checkPassword',
|
||||
'checkPasswordNoLogging',
|
||||
'loginWithPassword',
|
||||
'updatePrivateKeyPassword',
|
||||
'validateUserPass',
|
||||
|
@ -90,6 +91,11 @@ class Log implements ILogger {
|
|||
// LoginController
|
||||
'tryLogin',
|
||||
'confirmPassword',
|
||||
|
||||
// LDAP
|
||||
'bind',
|
||||
'areCredentialsValid',
|
||||
'invokeLDAPMethod',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue