configuration / system / ext-auth / ldap

CLI REST-API

anonymous-bind

anonymous bind
This is a read-write object and valid values are:




See also:
/configuration/system/ext-auth/ldap: LDAP
/configuration/system/ext-auth/ldap/bind-user: Distinguished name of the user bind to the LDAP server
/configuration/system/ext-auth/ldap/bind-password: Password of a user that will bind to the LDAP server
/configuration/system/ext-auth/ldap/search-scope: search scope
/configuration/system/ext-auth/ldap/search-base: Base DN is the starting point in the hierarchy at which a search begin

REST-API Support:


This object is supported by the REST API:

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


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


Method: PATCH
URL: /api/configuration/system/ext-auth/ldap
Body:
{
  "anonymous-bind": true
}

Example using curl:
curl -X PATCH /api/configuration/system/ext-auth/ldap -d
{
  "anonymous-bind": true
}

Valid values when accessing this object via REST API/JSON: false [0], true [1]