From 4ae7275aebd7b0996cf83c974cbedc5478adfcc0 Mon Sep 17 00:00:00 2001 From: Johannes Schlichenmaier Date: Thu, 26 Oct 2017 23:13:37 +0200 Subject: [PATCH] Added additional methods for removal of sensitive info Signed-off-by: Johannes Schlichenmaier --- lib/private/Log.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/private/Log.php b/lib/private/Log.php index 39577d2387..25ff26daff 100644 --- a/lib/private/Log.php +++ b/lib/private/Log.php @@ -69,6 +69,8 @@ class Log implements ILogger { 'loginWithPassword', 'updatePrivateKeyPassword', 'validateUserPass', + 'loginWithToken', + '\{closure\}', // TokenProvider 'getToken', @@ -96,6 +98,10 @@ class Log implements ILogger { 'bind', 'areCredentialsValid', 'invokeLDAPMethod', + + // Encryption + 'storeKeyPair', + 'setupUser', ]; /**