You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a sense! I want to be able to integrate Lemmy with a few other services, like Mastodon and DokuWiki. Users would be able to sign up once and get access to all services with the same password.
Describe the solution you'd like
Some kind of LDAP-based auth, or some kind of universal interface for auth so I can implement LDAP through an external service.
Describe alternatives you've considered
It would be possible to insert password hashes into the database, but this would be fragile.
Additional context
LDAP has been mentioned a few times on Mastodon and Gitter, but nobody ever opened an issue.
TL;DR: The author is open to a pull request but doesn't plan to work on this feature themselves.
The good news is I actually found a low-maintenance-burden solution to this for another Rust/Actix project. Maybe eventually(TM) I can add that to Lemmy as well.
If there is no one working on this, I'd love to try. Caveat, I have written maybe 20 lines of Rust in my life so far and I would definitely need a mentor of sorts.
Is your proposal related to a problem?
In a sense! I want to be able to integrate Lemmy with a few other services, like Mastodon and DokuWiki. Users would be able to sign up once and get access to all services with the same password.
Describe the solution you'd like
Some kind of LDAP-based auth, or some kind of universal interface for auth so I can implement LDAP through an external service.
Describe alternatives you've considered
It would be possible to insert password hashes into the database, but this would be fragile.
Additional context
LDAP has been mentioned a few times on Mastodon and Gitter, but nobody ever opened an issue.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: