summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
Diffstat (limited to 'xyz')
-rw-r--r--xyz/openbmc_project/Common.errors.yaml2
-rw-r--r--xyz/openbmc_project/Common.metadata.yaml2
-rw-r--r--xyz/openbmc_project/User/Ldap/Config.interface.yaml1
-rw-r--r--xyz/openbmc_project/User/Ldap/Create.interface.yaml1
4 files changed, 6 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Common.errors.yaml b/xyz/openbmc_project/Common.errors.yaml
index fe0e531..e5d8421 100644
--- a/xyz/openbmc_project/Common.errors.yaml
+++ b/xyz/openbmc_project/Common.errors.yaml
@@ -8,3 +8,5 @@
description: Insufficient permission to perform operation
- name: NotAllowed
description: The operation is not allowed
+- name: NoCACertificate
+ description: Server's CA certificate has not been provided.
diff --git a/xyz/openbmc_project/Common.metadata.yaml b/xyz/openbmc_project/Common.metadata.yaml
index 83a923c..36b407c 100644
--- a/xyz/openbmc_project/Common.metadata.yaml
+++ b/xyz/openbmc_project/Common.metadata.yaml
@@ -17,3 +17,5 @@
meta:
- str: "REASON=%s"
type: string
+- name: NoCACertificate
+ level: ERR
diff --git a/xyz/openbmc_project/User/Ldap/Config.interface.yaml b/xyz/openbmc_project/User/Ldap/Config.interface.yaml
index d644eef..387a36f 100644
--- a/xyz/openbmc_project/User/Ldap/Config.interface.yaml
+++ b/xyz/openbmc_project/User/Ldap/Config.interface.yaml
@@ -9,6 +9,7 @@ properties:
default: false
errors:
- xyz.openbmc_project.Common.Error.InternalFailure
+ - xyz.openbmc_project.Common.Error.NoCACertificate
- name: LDAPServerURI
type: string
description: >
diff --git a/xyz/openbmc_project/User/Ldap/Create.interface.yaml b/xyz/openbmc_project/User/Ldap/Create.interface.yaml
index 24f5d28..3255fba 100644
--- a/xyz/openbmc_project/User/Ldap/Create.interface.yaml
+++ b/xyz/openbmc_project/User/Ldap/Create.interface.yaml
@@ -52,6 +52,7 @@ methods:
errors:
- xyz.openbmc_project.Common.Error.InternalFailure
- xyz.openbmc_project.Common.Error.InvalidArgument
+ - xyz.openbmc_project.Common.Error.NoCACertificate
enumerations:
- name: SearchScope
OpenPOWER on IntegriCloud