summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-02-20 10:28:43 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-02-20 10:28:49 -0500
commitc3b1900e9754b410456e3b8d94a1026cd467f01c (patch)
treef45338cac1caea4e7c9752e3a570dd88379f18c3
parente5c0eef46a4fc09256332bf3afe699d60aaebbb3 (diff)
downloadphosphor-dbus-interfaces-c3b1900e9754b410456e3b8d94a1026cd467f01c.tar.gz
phosphor-dbus-interfaces-c3b1900e9754b410456e3b8d94a1026cd467f01c.zip
Revert "Add few additional properties in the LDAP config"
This reverts commit e5c0eef46a4fc09256332bf3afe699d60aaebbb3. The backend is not ready for this. Change-Id: I1ed768f904e9297407996a8e92d8105b636dd172 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--xyz/openbmc_project/User/Ldap/Config.interface.yaml11
-rw-r--r--xyz/openbmc_project/User/Ldap/Create.interface.yaml10
2 files changed, 1 insertions, 20 deletions
diff --git a/xyz/openbmc_project/User/Ldap/Config.interface.yaml b/xyz/openbmc_project/User/Ldap/Config.interface.yaml
index a0c72e0..6b0a1e5 100644
--- a/xyz/openbmc_project/User/Ldap/Config.interface.yaml
+++ b/xyz/openbmc_project/User/Ldap/Config.interface.yaml
@@ -41,16 +41,7 @@ properties:
to react differently for AD vs openldap.
errors:
- xyz.openbmc_project.Common.Error.InternalFailure
- - name: GroupNameAttribute
- type: string
- description: >
- The value of this property shall be the attribute name
- that contains the name of the Group in the LDAP server.
- - name: UserNameAttribute
- type: string
- description: >
- The value of this property shall be the attribute name
- that contains the username in the LDAP server.
+
enumerations:
- name: SearchScope
description: >
diff --git a/xyz/openbmc_project/User/Ldap/Create.interface.yaml b/xyz/openbmc_project/User/Ldap/Create.interface.yaml
index 69c03e6..ea16928 100644
--- a/xyz/openbmc_project/User/Ldap/Create.interface.yaml
+++ b/xyz/openbmc_project/User/Ldap/Create.interface.yaml
@@ -39,16 +39,6 @@ methods:
OpenLdap. It's just an indication for the LDAP stack running on
the BMC, in case the app is implemented in such a way that it has
to react differently for AD vs openldap.
- - name: GroupNameAttribute
- type: string
- description: >
- Specifies the attribute name that contains the name
- of the Group in the LDAP server.
- - name: UsernameAttribute
- type: string
- description: >
- Specifies the attribute name that contains
- the username in the LDAP server.
returns:
- name: path
type: string
OpenPOWER on IntegriCloud