LDAP Support HumHub

0

1) sudo apt-get install php7.1-ldap                   # Or Any PHP Version
2) nano /etc/php/7.1/apache2/php.ini               # Or Your php.ini Path
3) Find ;extension=php_ldap.dll  Remove (;)extension=php_ldap.dll
4) sudo service apache2 restart