configuration / system / ext-auth / ldap

CLI REST-API

advanced

The submenu advanced (advanced LDAP configuration) contains the following:

Menus:
nss (LDAP nss configuration)
time-limits (LDAP time limit configuration)

Objects:
allowed-ciphers (List of allowed ciphers the client can use to connect to an LDAP server)

Commands: none



See also:
/configuration/system/ext-auth/ldap/advanced/nss: LDAP nss configuration
/configuration/system/ext-auth/ldap/advanced/time-limits: LDAP time limit configuration
/configuration/system/ext-auth/ldap/advanced/allowed-ciphers: List of allowed ciphers the client can use to connect to an LDAP server

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/system/ext-auth/ldap/advanced


Example using curl:
curl /api/configuration/system/ext-auth/ldap/advanced


Method: PATCH
URL: /api/configuration/system/ext-auth/ldap/advanced
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/system/ext-auth/ldap/advanced
-d "{
  \"objects\": \"new-values\"
}"