summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/User/Ldap/Config.interface.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'xyz/openbmc_project/User/Ldap/Config.interface.yaml')
-rw-r--r--xyz/openbmc_project/User/Ldap/Config.interface.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/xyz/openbmc_project/User/Ldap/Config.interface.yaml b/xyz/openbmc_project/User/Ldap/Config.interface.yaml
index a0c72e0..42c7126 100644
--- a/xyz/openbmc_project/User/Ldap/Config.interface.yaml
+++ b/xyz/openbmc_project/User/Ldap/Config.interface.yaml
@@ -18,6 +18,19 @@ properties:
errors:
- xyz.openbmc_project.Common.Error.InternalFailure
- xyz.openbmc_project.Common.Error.InvalidArgument
+ - name: LDAPBindDNPassword
+ type: string
+ description: >
+ Specifies the credentials with which to bind,Implementation should
+ consider changing the permissions of the underlying file to
+ only grant access to the root user.
+ This property value should not be reflected on the D-bus object itself.
+ Implementation can use the given value and update the service
+ implementing the LDAP client.This is just to facilitate the support
+ for changing the bin dn password if needed.
+ Currently this property is over D-bus, There are security concerns
+ for the same, but once we find better way to update the ldap password
+ we would fix it.
- name: LDAPBaseDN
type: string
description: >
OpenPOWER on IntegriCloud