Is this a new feature request?
Wanted change
Hello,
I am trying to configure LDAP authentication in ProjectSend using the Docker image (lscr.io/linuxserver/projectsend).
However, it seems that the image does not include the PHP LDAP extension, which causes ProjectSend to display the following message on the LDAP settings page:
"LDAP extension is not loaded in PHP"
Because of this, LDAP authentication cannot be enabled.
Without the PHP LDAP module available in the Docker image, LDAP authentication cannot be configured at all, even though the UI provides LDAP settings.
Could you please add PHP LDAP extension or provide configuration/documentation steps to enable it?
Thanks in advance for your help and for maintaining ProjectSend.
Reason for change
LDAP authentication is essential for many organizations and improves centralized user management.
Proposed code change
No response