configuration / system / ext-auth

CLI REST-API

ldap

The submenu ldap (LDAP) contains the following:

Menus:
filters (list of filters)
mappings (List of mappings)
server-list (list of LDAP servers)
advanced (advanced LDAP configuration)

Objects:
anonymous-bind (anonymous bind)
bind-user (Distinguished name of the user bind to the LDAP server)
bind-password (Password of a user that will bind to the LDAP server)
search-scope (search scope)
search-base (Base DN is the starting point in the hierarchy at which a search begin)

Commands: none



See also:
/configuration/system/ext-auth/ldap/filters: list of filters
/configuration/system/ext-auth/ldap/mappings: List of mappings
/configuration/system/ext-auth/ldap/server-list: list of LDAP servers
/configuration/system/ext-auth/ldap/advanced: advanced LDAP configuration
/configuration/system/ext-auth/ldap/anonymous-bind: anonymous bind
/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 menu 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:
{
  \"objects\": \"new-values\"
}

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