diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-08-14 11:28:31 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-08-14 11:28:31 +0200 |
commit | 4dbf666fdf7bce2280d7a212d272b237f212cf8c (patch) | |
tree | 96865d596e3f6cef5f65b3de8f5fd059195adafd | |
parent | 4e327d058c66b98b8ff357589f339e57400c7a63 (diff) | |
parent | 49ba7dc05d8294ee5dc68adb98e3422ecaf40e0c (diff) | |
download | nextcloud-server-4dbf666fdf7bce2280d7a212d272b237f212cf8c.tar.gz nextcloud-server-4dbf666fdf7bce2280d7a212d272b237f212cf8c.zip |
Merge pull request #18302 from owncloud/mark-ldap-password-as-sensitive
Mark ldap agent password as sensitive
-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 */ |