mirror of
https://github.com/asalimonov/authelia-admin.git
synced 2026-04-24 22:25:54 +03:00
[GH-ISSUE #36] Add implementation of Directory Service with LDAP protocol #90
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/authelia-admin#90
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 @asalimonov on GitHub (Dec 6, 2025).
Original GitHub issue: https://github.com/asalimonov/authelia-admin/issues/36
The project should work with instances of Authelia with:
The project already contains
ldaptslibrary, no need to add new dependencies. Need to add +1 implementation ofIDirectoryService, parsing of configs for new directory type and wrote bunch of unit and functional tests for this instance ofIDirectoryService.