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 edit summary |
||
Line 2: | Line 2: | ||
'''Assuming you installed Uniform Server Installed.''' | '''Assuming you installed Uniform Server Installed.''' | ||
'''1.''' Navigate to \core\php54\extensions and verify php_ldap.dll is there. | '''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. | '''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" | '''3.''' Find ";extension=php_ldap.dll" and remove the semi-colon so it should read "extension=php_ldap.dll" | ||
'''4.''' Save and Close. | '''4.''' Save and Close. | ||
'''5.''' Stop and Restart Apache | '''5.''' Stop and Restart Apache | ||
'''6.''' View your php_info() to make sure the ldap section is there | '''6.''' View your php_info() to make sure the ldap section is there | ||
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