You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- AUTH_NO_CERT, no certs found to enable ldaps, refer to 4.1.2 for certs finding
137
+
- AUTH_INVALID_CERT, found certs, but none of the certs can be used to connect to DC
138
+
- AUTH_IS_DISABLED, AD is not enabled
139
+
- AUTH_LDAPS_PING_FAILED, failed to do ldaps query on all DCs with valid certs
140
+
126
141
#### 3.2.2 Get Pool LDAPS Status
127
142
128
143
xapi generates a get message for each field automatically. To query the LDAPS status, client only needs to query the get method of `host` (class) → `external-auth-configuration` (field), and parse the result. The example as follows:
0 commit comments