LDAP Authentication

How to enable PHP LDAP extension?

108577 views 110

 Step 1

      Loaded configuration file : C:\xampp\php\php.ini

  • Open php.ini file from above file path

Step 2

      For Windows users using Apache Server

  • Search for extension=php_ldap.dll in php.ini file. Uncomment this line, if not present then add this line in the file and save the file.

     For Windows users using IIS server

  • Search for ExtensionList in the php.ini file. Uncomment the extension=php_ldap.dll line, if not present then add this line in the file and save the file.

     For Linux users

  • Install php ldap extension (If not installed yet)
    • For Debian, the installation command would be apt-get install php-ldap
    • For RHEL based systems, the command would be yum install php-ldap
  • Search for extension=php_ldap.so in php.ini file. Uncomment this line, if not present then add this line in the file and save the file.

Step 3

  • Restart your server. After that refresh the LDAP/AD plugin configuration page.

Was this helpful?


Hello there!

Need Help? We are right here!

support
Contact miniOrange Support
success

Thanks for your inquiry.

If you dont hear from us within 24 hours, please feel free to send a follow up email to info@xecurify.com