Hi All,
Just another couple of hints and tricks that I found in working through LDAP on Windows AD.
1. Ensure the the LDAP extension is turned on in PHP. - Uncomment the extension=php_ldap.dll line in php.ini
2. Copy libeay32.dll and ssleay32.dll to your windows/system32 directory
3. When you setup the authentication source in Processmaker - makre sure you put "sAMAccountName" in the "Identifier for a imported user" field. In my system it was defaulting to "uid", and that did not work with my AD.
Regards,
Guy