bradgrafelman wrote:If you're on Windows, it's just a matter of enabling the php_ldap.dll extension in your php.ini file.
If only. I did that first. So if that's supposed to work, I have another issue/conflict.
I uncommented out "extension=php_ldap.dll" in PHP.INI
The only other reference to ldap in PHP.INI is:
[PHP_LDAP]
extension=php_ldap.dll
I ensured that php_ldap.dll is in PHP/ext
I put libeay32.dll and ssleay32.dll in the system dierctories.
But my phpinfo doesn't indicate anything about LDAP at all. MySQL is in there.
I keep going back to the PHP.NET page where it says: "LDAP support in PHP is not enabled by default. You will need to use the --with-ldap[=DIR] configuration option when compiling PHP to enable LDAP support. DIR is the LDAP base install directory. To enable SASL support, be sure --with-ldap-sasl[=DIR] is used, and that sasl.h exists on the system."
If that doesn't mean that I have to recompile with that switch, that's great! Less great is having to figure out why I get no recognition from PHP that I'm even trying to work with LDAP.
Thanks for any further thoughts.