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

Use correct service name in LDAP authentication documentation #5848

Merged
merged 2 commits into from
Mar 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Tracks can be exported/imported to/from Datumaro and Sly Pointcloud formats (<ht
- Analytics based on Clickhouse, Vector and Grafana instead of the ELK stack (<https://github.com/opencv/cvat/pull/5646>)
- \[SDK\] High-level API for working with organizations
(<https://github.com/opencv/cvat/pull/5718>)
- Use correct service name in LDAP authentication documentation (<https://github.com/opencv/cvat/pull/5848>)

### Changed
- The Docker Compose files now use the Compose Specification version
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/administration/advanced/ldap.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use them by setting the `DJANGO_SETTINGS_MODULE` variable.

```yml
services:
cvat:
cvat_server:
environment:
DJANGO_SETTINGS_MODULE: settings
volumes:
Expand Down