Archive for August 29th, 2011

Active Directory Lookup in PHP

Posted in Coding, PHP on August 29th, 2011 by Jason – Be the first to comment

I’ve found it necessary to do some searching of LDAP on a Windows server from a PHP script. It took a while to compile everything I needed, and I thought it’d be helpful if someone else had this code for their use. Read on to find out how to perform an LDAP search against AD.

read more »