John, > Since I'm not getting any good diagnostic info, I'm having a hard time > figuring >out where to begin troubleshooting.
Add the line "$ldap->debug(12);" and you'll get more info. >When I run the code I can tell I am binding because I don't get error >messages (I do get an error if I put in a bogus server). I'm not sure that proves you are using a valid username/password, just whether you are connecting to a ldap server. Make sure you really do have valid credentials. Try using a bogus password to see if anything changes. Another suggestion would be to try using ldapsearch and seeing what you get with it. -Rick