Crivaledaz / Mattermost-LDAP

This module provides an external LDAP authentication in Mattermost for the Team Edition (free).
MIT License
357 stars 71 forks source link

LDAP over SSL cert and key for secure LDAP servers like Google Secure LDAP and few minor improvements #115

Open tlmanz opened 4 months ago

tlmanz commented 4 months ago
  1. Modified LDAP.php to include certificate and private key to authenticate LDAPS services like Google Secure LDAP
  2. Added the flag ldap_secure to enable or disable secure LDAP in step 1
  3. Modified index.php to handle GET and POST requests separately
  4. Modified LDAP objects to include new parameters
  5. Modified Docker file to use alpine with PHP 8.3-fpm resulting in reduced image size and working secure LDAP