summaryrefslogtreecommitdiffstats
path: root/core/command
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-08-14 09:07:07 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2015-08-14 09:07:07 +0200
commit49ba7dc05d8294ee5dc68adb98e3422ecaf40e0c (patch)
treee0ebfb913a121635bb63100432753c06cfa99f74 /core/command
parent1f96fb3352ad43155586d6deae95bf889768ba05 (diff)
downloadnextcloud-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.php1
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 */