|
|
I am unable to change any LDAP settings. They're all greyed out.
Author: Edward Hardin Reference Number: AA-00428 Views: 16257 Last Updated: 03/11/2011 09:56 AM |
0 Rating/ Voters
|
|
This means that PHP LDAP module is not enabled. Follow these steps to enable it:
- Check the "ext" directory where PHP extensions are stored. There should be the php_ldap.dll file. If it doesn't exist you should run PHP installation and add this module.
- Open the php.ini configuration file and find following line there:
- Uncomment it, or if there is no such a line, just add the following one:
- Restart your web server.
|
|
|