summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xyz/openbmc_project/User/Ldap/Config.interface.yaml9
-rw-r--r--xyz/openbmc_project/User/Ldap/Create.interface.yaml4
2 files changed, 1 insertions, 12 deletions
diff --git a/xyz/openbmc_project/User/Ldap/Config.interface.yaml b/xyz/openbmc_project/User/Ldap/Config.interface.yaml
index 26b1465..34babf1 100644
--- a/xyz/openbmc_project/User/Ldap/Config.interface.yaml
+++ b/xyz/openbmc_project/User/Ldap/Config.interface.yaml
@@ -2,14 +2,6 @@ description: >
Implement to update LDAP mandatory properties.
properties:
- - name: SecureLDAP
- type: boolean
- description: >
- Specifies whether to use SSL or not.
- default: false
- errors:
- - xyz.openbmc_project.Common.Error.InternalFailure
- - xyz.openbmc_project.Common.Error.NoCACertificate
- name: LDAPServerURI
type: string
description: >
@@ -17,6 +9,7 @@ properties:
errors:
- xyz.openbmc_project.Common.Error.InternalFailure
- xyz.openbmc_project.Common.Error.InvalidArgument
+ - xyz.openbmc_project.Common.Error.NoCACertificate
- name: LDAPBindDN
type: string
description: >
diff --git a/xyz/openbmc_project/User/Ldap/Create.interface.yaml b/xyz/openbmc_project/User/Ldap/Create.interface.yaml
index 3255fba..ea16928 100644
--- a/xyz/openbmc_project/User/Ldap/Create.interface.yaml
+++ b/xyz/openbmc_project/User/Ldap/Create.interface.yaml
@@ -10,10 +10,6 @@ methods:
properties can be updated as per the
xyz/openbmc_project/User/Ldap/Config.interface.yaml.
parameters:
- - name: SecureLDAP
- type: boolean
- description: >
- Specifies whether to use SSL or not.
- name: LDAPServerURI
type: string
description: >
OpenPOWER on IntegriCloud