configuration / system / ext-auth / ldap / advanced

CLI REST-API

allowed-ciphers

List of allowed ciphers the client can use to connect to an LDAP server
This is a read-write object and valid values are strings with a length of 0-499.

Datatype-Help:
value must be a string.
the length must be between 0 and 499.



See also:
/configuration/system/ext-auth/ldap/advanced: advanced LDAP configuration

REST-API Support:


This object 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:
{
  "allowed-ciphers": "Meinberg"
}

Example using curl:
curl -X PATCH /api/configuration/system/ext-auth/ldap/advanced -d
{
  "allowed-ciphers": "Meinberg"
}