Update LDAP configuration
Set or partially update the LDAP configuration for the cluster
Request body
A DN to use when binding with the LDAP server to run queries
A password to use when binding with the LDAP server to run queries. Returned as a masked value on GET.
A PEM-encoded CA certificate(s) to use for validating TLS connections to the LDAP server
Maximum TTL of cached entries, in seconds
Whether to allow LDAP as an identity source for certificate-based authentication
The certificate subject OID to use when cba_identity_source is set to subject_oid
The certificate subject identity source to use for LDAP lookup
Whether to use LDAP for user authentication/authorization in the control-plane
Whether to use LDAP for user authentication/authorization in the data-plane
The connection timeout to the LDAP server when authenticating a user, in seconds
The name of an attribute of the LDAP user entity that contains a list of the groups that user belongs to. (Mutually exclusive with "dn_group_query")
Whether to use StartTLS negotiation for the LDAP connection
URIs of LDAP servers containing only the schema, the host, and the port
A string template that maps between the username provided to the cluster for authentication, and the LDAP DN. The special substring "%u" shall be replaced with the username. (Mutually exclusive with "user_dn_query")
Response
LDAP configuration
A DN to use when binding with the LDAP server to run queries
A password to use when binding with the LDAP server to run queries. Returned as a masked value on GET.
A PEM-encoded CA certificate(s) to use for validating TLS connections to the LDAP server
Maximum TTL of cached entries, in seconds
Whether to allow LDAP as an identity source for certificate-based authentication
The certificate subject OID to use when cba_identity_source is set to subject_oid
The certificate subject identity source to use for LDAP lookup
Whether to use LDAP for user authentication/authorization in the control-plane
Whether to use LDAP for user authentication/authorization in the data-plane
The connection timeout to the LDAP server when authenticating a user, in seconds
The name of an attribute of the LDAP user entity that contains a list of the groups that user belongs to. (Mutually exclusive with "dn_group_query")
Whether to use StartTLS negotiation for the LDAP connection
URIs of LDAP servers containing only the schema, the host, and the port
A string template that maps between the username provided to the cluster for authentication, and the LDAP DN. The special substring "%u" shall be replaced with the username. (Mutually exclusive with "user_dn_query")