summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
authorDeepak Kodihalli <dkodihal@in.ibm.com>2018-10-23 07:31:13 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-11-07 22:40:43 +0000
commita04e994648cad7ead33aac5ae2ac39bc6c9d2073 (patch)
treedb2ec5fe9ab74052e4bfeae313fcebdf60631620 /xyz
parent8d656133b3f1e8699f4900e747c1db6d68c98646 (diff)
downloadphosphor-dbus-interfaces-a04e994648cad7ead33aac5ae2ac39bc6c9d2073.tar.gz
phosphor-dbus-interfaces-a04e994648cad7ead33aac5ae2ac39bc6c9d2073.zip
Don't store LDAP Bind password
Remove LDAP Bind password from the Ldap.Config interface. It is unnecessary and undesirable to store this password in a D-Bus object. The Ldap.Create interface still accepts the Bind password, as before. If an admin has to change the Ldap bind password, they'd need to recreate the LDAP config. Change-Id: Ie5a8002bed3fd8c57500af588d9b010190f5ff9b Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Diffstat (limited to 'xyz')
-rw-r--r--xyz/openbmc_project/User/Ldap/Config.interface.yaml8
1 files changed, 0 insertions, 8 deletions
diff --git a/xyz/openbmc_project/User/Ldap/Config.interface.yaml b/xyz/openbmc_project/User/Ldap/Config.interface.yaml
index 387a36f..26b1465 100644
--- a/xyz/openbmc_project/User/Ldap/Config.interface.yaml
+++ b/xyz/openbmc_project/User/Ldap/Config.interface.yaml
@@ -32,14 +32,6 @@ properties:
errors:
- xyz.openbmc_project.Common.Error.InternalFailure
- xyz.openbmc_project.Common.Error.InvalidArgument
- - name: LDAPBINDDNpassword
- type: string
- description: >
- Specifies the clear text credentials with which to bind. This option
- is only applicable when used with LDAPBindDN.
- errors:
- - xyz.openbmc_project.Common.Error.InternalFailure
- - xyz.openbmc_project.Common.Error.InvalidArgument
- name: LDAPSearchScope
type: enum[self.SearchScope]
description: >
OpenPOWER on IntegriCloud