sources/ldap: fix ldap_sync cli command not running in foreground (#6325)

closes #6317

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2023-07-21 13:03:06 +02:00
committed by GitHub
parent 82935ddf11
commit 9b7c30d44c
3 changed files with 13 additions and 4 deletions

View File

@ -5,7 +5,7 @@ title: Troubleshooting LDAP Synchronization
To troubleshoot LDAP sources, you can run the command below to run a synchronization in the foreground and see any errors or warnings that might happen directly
```
docker-compose run --rm server ldap_sync *slug of the source*
docker-compose run --rm worker ldap_sync *slug of the source*
```
or, for Kubernetes, run