Larsluph
HHomarr
•Created by Larsluph on 10/28/2024 in #💬・get-help
Trouble setting up LDAP sync
I'm currently trying to setup LDAP syncing with my local Authentik instance.
I created everything needed to make LDAP queries and tested querying the server from the Homarr container, here's the following command I used from a shell attached to the Homarr docker container that returned the list of users in my LDAP server:
ldapsearch -x -H $AUTH_LDAP_URI -D "$AUTH_LDAP_BIND_DN" -b "$AUTH_LDAP_BASE" '(objectClass=user)' -w "$AUTH_LDAP_BIND_PASSWORD"
Here's my docker compose file so far:
50 replies