LDAP authentication does not work in Docker #671
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#671
Loading…
Add table
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?
Your setup
Docker
Extra details
Alpine linux
Version
3.18.2
PostgreSQL version
14
What were you trying to do?
I have installed an instance of Akkoma in Docker following the official documentation and it works fine in general. However, I have a problem with LDAP authentication. Despite following the configuration steps indicated in the cheat sheet, setting up the instance through the configuration file and also through the admin-fe, I am not able to log in against the LDAP server. I have tried several config options but I can't get it.
I think there is a problem with the eldap module, since in the logs I get the following error:
[error] Internal server error: %UndefinedFunctionError{module: :eldap, function: :open, arity: 2, reason: nil, message: nil}
Is there a way to force install this eldap module in Docker considering that it no longer exists in Alpine Linux repositories?
What did you expect to happen?
Get users to be able to authenticate through LDAP.
What actually happened?
LDAP authentication does not work.
Logs
Severity
I cannot use the software
Have you searched for this issue?
[bug]to LDAP authentication does not work in Docker