ldap-bind
Bryan Irvine <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.ldap |
|---|---|
| Message-ID | <[email protected]> |
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