Skip to content

Commit

Permalink
Added additional methods for removal of sensitive info
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schlichenmaier <johannes@schlichenmaier.info>
  • Loading branch information
Fiech committed Oct 27, 2017
1 parent 4cb4d03 commit 4ae7275
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/private/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ class Log implements ILogger {
'loginWithPassword',
'updatePrivateKeyPassword',
'validateUserPass',
'loginWithToken',
'\{closure\}',

// TokenProvider
'getToken',
Expand Down Expand Up @@ -96,6 +98,10 @@ class Log implements ILogger {
'bind',
'areCredentialsValid',
'invokeLDAPMethod',

// Encryption
'storeKeyPair',
'setupUser',
];

/**
Expand Down

0 comments on commit 4ae7275

Please sign in to comment.