How can you do an Active Directory lookup via PHP? Without needing to recompile PHP. PHP version is 5.3
I want to find a persons display name from their user name. Web s
PHP has a LDAP library which you can use to query an active directory. It's not enabled by default though.
If you can use it, you can look at ldap_search()