Installing OpenLDAP: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Installation == '''Assuming you installed Uniform Server Installed.''' '''1.''' Navigate to \core\php54\extensions and verify php_ldap.dll is there. '''2.''' Open \core\p...") |
(No difference)
|
Revision as of 15:01, 17 June 2014
Installation
Assuming you installed Uniform Server Installed.
1. Navigate to \core\php54\extensions and verify php_ldap.dll is there. 2. Open \core\php54\php_development.ini or php_production.ini depending on which one you are using. 3. Find ";extension=php_ldap.dll" and remove the semi-colon so it should read "extension=php_ldap.dll" 4. Save and Close. 5. Stop and Restart Apache 6. View your php_info() to make sure the ldap section is there