sources/ldap: manual import (#4456)
* events: fix task UID Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add ldap sync command Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add docs Signed-off-by: Jens Langhammer <jens@goauthentik.io> Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
15
website/docs/troubleshooting/ldap_source.md
Normal file
15
website/docs/troubleshooting/ldap_source.md
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
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*
|
||||
```
|
||||
|
||||
or, for Kubernetes, run
|
||||
|
||||
```
|
||||
kubectl exec -it deployment/authentik-worker -c authentik -- ak ldap_sync *slug of the source*
|
||||
```
|
Reference in New Issue
Block a user