diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-08-14 09:07:07 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-08-14 09:07:07 +0200 |
commit | 49ba7dc05d8294ee5dc68adb98e3422ecaf40e0c (patch) | |
tree | e0ebfb913a121635bb63100432753c06cfa99f74 /core/command | |
parent | 1f96fb3352ad43155586d6deae95bf889768ba05 (diff) | |
download | nextcloud-server-49ba7dc05d8294ee5dc68adb98e3422ecaf40e0c.tar.gz nextcloud-server-49ba7dc05d8294ee5dc68adb98e3422ecaf40e0c.zip |
Mark ldap agent password as sensitive
Diffstat (limited to 'core/command')
-rw-r--r-- | core/command/config/listconfigs.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/command/config/listconfigs.php b/core/command/config/listconfigs.php index fed6a8e9db6..34a0b7169fd 100644 --- a/core/command/config/listconfigs.php +++ b/core/command/config/listconfigs.php @@ -40,6 +40,7 @@ class ListConfigs extends Base { 'mail_smtppassword', 'passwordsalt', 'secret', + 'ldap_agent_password', ]; /** * @var SystemConfig */ |