mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[GH-ISSUE #437] Authentik not syncing #168
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#168
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @theAlevan on GitHub (Feb 9, 2023).
Original GitHub issue: https://github.com/lldap/lldap/issues/437
I've been trying to get Authentik working with lldap, but it will not sync (my other apps, including a test Authelia instance works).
My Authelia config:
-authentik user added to [lldap_password_manager] group
-as there are no official guides for lldap and Authelia, I combined the official docs with sample configs for supported clients.
@theAlevan commented on GitHub (Feb 9, 2023):
Found the issue, I had a user named test on both lldap and authelia. After I deleted the authentik test user, syncing began.
@arcoast commented on GitHub (Feb 12, 2023):
@theAlevan Apologies for pinging you, but it appears I'm about three days behind you, just wanted to check if you managed to import your groups from lldap into Authentik, all my users are there but no group info with the same settings you have above.
@arcoast commented on GitHub (Feb 13, 2023):
Not to worry, got it squared away now.
https://github.com/nitnelave/lldap/pull/444
@theAlevan commented on GitHub (Feb 17, 2023):
Sorry for the late reply, I (somehow) managed to get it working, but after some tests, I switched back to Authelia for this enviroment.