Skip to Content

"Error: LDAP extension is not installed".

"Error: LDAP extension is not installed" while clicking ldap tab


Overview: This article describes how to resolve the "Error: LDAP extension is not installed" in Ezeelogin by installing the php-ldap extension on CentOS, Ubuntu (for PHP 5 and PHP 7), and Debian (for PHP 7.4).


If you encounter the "Error: LDAP extension is not installed" while trying to access the LDAP tab in Ezeelogin, it indicates that the php-ldap extension is missing from your server configuration. Follow these steps to install it based on your operating system:

  • Centos

:~# yum install php-ldap

  • Ubuntu

:~# apt-get install php5-ldap/php7-ldap

  • Debian

:~# apt-get install php7.4-ldap

Ensure smooth LDAP functionality in Ezeelogin by installing the php-ldap extension according to your server's operating system using the steps provided above.


Related articles:

Use LDAP password as a security code while the user login.

Assigning user groups for LDAP users.

Best practice for creating users in Ezeelogin.