pixelfed_ynh icon indicating copy to clipboard operation
pixelfed_ynh copied to clipboard

Integrate LDAP support (now supported by Pixelfed)

Open chbmeyer opened this issue 2 years ago • 2 comments

Describe the bug

Pixelfed for Yunohost doesn't allow SSO-users to log in. On the other hand everyone can register to Pixelfed as long as a valid mailadress is given.

I found that Pixelfed is able to use LDAP-SSO https://docs.pixelfed.org/running-pixelfed/ldap-authentication.html and there is a valid LDAP configuration for PeerTube: https://github.com/YunoHost-Apps/peertube_ynh#plugins

To enable LDAP authentication open https://my.peertube.domain/admin/plugins/show/peertube-plugin-auth-ldap
Complete with the following informations :
- URL: ldap://127.0.0.1
- Insecure TLS : checked
- Search base : ou=users,dc=yunohost,dc=org
All YunoHost users will be allowed to login as peertube user.

Is it possible to add support for yunohost-LDAP in Pixelfed, too?

Context

  • Hardware: *VPS bought online *
  • YunoHost version: 4.3.6.3 (stable)
  • I have access to my server: Through SSH | through the webadmin | ...
  • Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: no
  • Using, or trying to install package version/branch: 0.11.2~ynh1

Thanks a lot Christian Meyer

chbmeyer avatar Apr 11 '22 13:04 chbmeyer