Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding new zip and updaing docs for ldap #1365 #7216

Merged
merged 3 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _security/authentication-backends/ldap.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@

We provide a fully functional example that can help you understand how to use an LDAP server for both authentication and authorization.

1. Download and unzip [the example zip file]({{site.url}}{{site.baseurl}}/assets/examples/ldap-example.zip).
1. Download and unzip [the example zip file]({{site.url}}{{site.baseurl}}/assets/examples/ldap-example-v2.13.zip).
1. Update `.env` file with with strong password for `admin` user.

Check failure on line 23 in _security/authentication-backends/ldap.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [OpenSearch.Repetition] 'with' is repeated. Raw Output: {"message": "[OpenSearch.Repetition] 'with' is repeated.", "location": {"path": "_security/authentication-backends/ldap.md", "range": {"start": {"line": 23, "column": 23}}}, "severity": "ERROR"}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. Update `.env` file with with strong password for `admin` user.
1. Update the `.env` file with a strong password for `admin` user.

1. At the command line, run `docker-compose up`.
1. Review the files:

Expand Down
Binary file added assets/examples/ldap-example-v2.13.zip
Binary file not shown.
Binary file removed assets/examples/ldap-example-v2.zip
Binary file not shown.
Binary file removed assets/examples/ldap-example.zip
Binary file not shown.
Loading