Installing OpenLDAP

From The Uniform Server Wiki
Revision as of 15:01, 17 June 2014 by Olajideolaolorun (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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