mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #975] [BUG] Authelia integration fails with error="user not found" #354
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#354
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 @kelvtech-co-uk on GitHub (Sep 11, 2024).
Original GitHub issue: https://github.com/lldap/lldap/issues/975
Sorry...me again!
I'd really appreciate you casting your eyes over this to help spot my mistake...yes I'm starting from the position of I know its me this time.
Authelia is connecting successfully to lldap and I can actually complete a 1FA challenge if I use the bind account credentials I created for Authelia <--> lldap. However I cannot get any other accounts to work and Authelia just complains "user not found".
I have been following your example config here.
My authelia config...
lldap debug log extract...
Matching authelia debug log extract...
By contrast I've successfully integrated lldap with Jellyfin, again by following your examples.
FWIW, I've googled plenty and am sure my lack of familiarity with ldap in general is a big part of this. However I can see that authelia supports an alternative search mode which they discourage as experimental. I bring it up because the syntax looks very similar to that used in the Jellyfin integration, however I'm cautious to attempt this given my inexperience and the fact that if lldap has a written example of this working with non-experimental config then this would be my prefence.
Any pointers here would be appreicated, thank you.