Sure.
The latest bit of code I have running is this:
$ldap_host = "12.3.45.6";
// 12.3.45.6 - fake IP, obviously I use the real one in my script...
$ldap_user = "uid=myuserid,ou=users,dc=mycompany,dc=com";
// our user data isn't in "people" like others I've read
// about online - it's...