packeton
packeton copied to clipboard
[FEATURE REQUEST] LDAP authentification
Would it be possible to implement LDAP authentification, with fetching of ldap roles?
I am also interested
Hi @alinalexandru Can you help with it? I'll review and merge your PR. Just now I am not have enough free time due to protests activity in Belarus.
Thanks Uladzimir.
A better solution could be to add support for external authenticated users using the REMOTE_USER header
That would give the freedom to choose any authentication method you like as long as your web server supports it.
if you e.g. want to authenticate users against and Active Directory, I find it much easier to just join the Linux machine to Active Directory using SSSD and then just configure my web servers to authenticate users via PAM, rather than configure LDAP bindings in every single application directly.
links: https://www.redhat.com/en/blog/why-use-sssd-instead-direct-ldap-configuration-applications https://www.adelton.com/apache/mod_lookup_identity/