Skip to content

Commit

Permalink
adding basic_auth config to ldap #907 (#7671) (#7675)
Browse files Browse the repository at this point in the history
  • Loading branch information
opensearch-trigger-bot[bot] committed Jul 10, 2024
1 parent 9a40f6a commit cfa159d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions _security/authentication-backends/ldap.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,21 @@ We provide a fully functional example that can help you understand how to use an

To enable LDAP authentication and authorization, add the following lines to `config/opensearch-security/config.yml`:

The internal user database authentication should also be enabled because OpenSearch Dashboards connects to OpenSearch using the `kibanaserver` internal user.
{: .note}

```yml
authc:
internal_auth:
order: 0
description: "HTTP basic authentication using the internal user database"
http_enabled: true
transport_enabled: true
http_authenticator:
type: basic
challenge: false
authentication_backend:
type: internal
ldap:
http_enabled: true
transport_enabled: true
Expand Down

0 comments on commit cfa159d

Please sign in to comment.