mirror of
https://github.com/lldap/lldap.git
synced 2026-04-26 00:36:01 +03:00
[PR #1205] [MERGED] docs: move authelia configuration to markdown file #1181
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#1181
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?
📋 Pull Request Information
Original PR: https://github.com/lldap/lldap/pull/1205
Author: @hendrik1120
Created: 7/8/2025
Status: ✅ Merged
Merged: 7/13/2025
Merged by: @nitnelave
Base:
main← Head:docs-authelia📝 Commits (2)
ded962cdocs: move authelia configuration to markdown file68493c2docs: add tls configuration📊 Changes
4 files changed (+42 additions, -38 deletions)
View changed files
📝
example_configs/README.md(+1 -1)➕
example_configs/authelia.md(+39 -0)➖
example_configs/authelia_config.yml(+0 -35)📝
example_configs/seafile.md(+2 -2)📄 Description
Hi,
this is a bit of an overhaul of the existing authelia configuration for LLDAP.
I recently moved and split up the authelia ldap reference for specific ldap providers to the integration section.
During that, I noticed that the user filter already is configured to allow signing in with username and email.
This was really the main issue with the existing documentation on this side, the other things are mostly QOL.
I removed the configuration options which were already the authelia default to focus more on the LLDAP specific things, which are because of the implementation template quite minimal.
Before removing the
additional_users_dnoption, I saw that it was introduced by #1182. It is in my opinion highly likely that this was an issue with the authelia helm chart during that time. See PR. The value that was set is the current default for the LLDAP implementation template.Password change is a relatively new feature introduced in v4.39 so it should be disabled as well if users don't wish to use authelia as a password manager.
I also saw the new PR to disable user logins, at the moment I am not quite sure if that can be integrated in the authelia configuration template for LLDAP without a breaking change, the updated user filter might have to be documented separately.
Sorry for the long explainer, we can also chat on discord if you have any questions or feedback.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.