LDAP authentication process modification #825
No reviewers
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#825
Loading…
Reference in a new issue
No description provided.
Delete branch "aitzol/akkoma:ldap-auth-changes"
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?
UID
, since it is not part of the user'sDN
required for the simple bind. In the proposed way, a search for the user is performed using hisUID
, obtaining at that moment hisCN
and then authenticating himself. For the changes to work it is necessary to add the login credentials to the LDAP server using environment variables in the.env
file, like this:View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.