Bryan, Could you please send in complete code ? below snippet is just
too little for any programmer to help you troubleshoot.
Also ..may be you did like double check stuff like (FQDN , port , cert
location , password you have used ?
Could you try to trap the error code ? something like error message
$errMsg = $ldaps->bind ("totalBSDN=screwDodge")
print $errMsg ;
Regards,
Yash
-----Original Message-----
From: Bryan Irvine [mailto:[email protected]]
Sent: Wednesday, June 10, 2009 11:51 AM
To: [email protected]
Subject: ldap-bind
I'm using ldaps and when I try to bind to a made up FqDN the scripts
still seems to be able to function.
Presently I'm binding with:
$ldaps->bind ("totalBSDN=screwDodge") or die("could not bind");
yes somehow the script continues on, is this correct behavior?
-Bryan