Skip to content

Commit 63b9697

Browse files
authored
ldaps design: Update error code to align with implementation (#7021)
2 parents f5660ca + c26242c commit 63b9697

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/content/design/external-auth-ldaps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ xe pool-external-auth-set-ldaps uuid=<uuid> ldaps=<true|false>
135135

136136
#### 3.2.1.2 Error code
137137
This API may raise following errors
138-
- AUTH_NO_CERT, no certs found to enable ldaps, refer to 4.1.2 for certs finding
139-
- AUTH_INVALID_CERT, found certs, but none of the certs can be used to connect to DC
138+
- AUTH_NO_CERTS, no certs found to enable ldaps, refer to 4.1.2 for certs finding
139+
- AUTH_INVALID_CERTS, found certs, but none of the certs can be used to connect to DC
140140
- AUTH_IS_DISABLED, AD is not enabled
141141
- AUTH_SET_LDAPS_FAILED, Failed to set ldaps, the error message contains the details like ldap query on domain failed
142142

0 commit comments

Comments
 (0)