On Tuesday 21 February 2006 16:44, Graham Barr wrote: > >> So only one call is necessary in the Net::LDAP->bind() method.
>
> Yes, along with Net::LDAP::Bind
Ah, this one:
| sub bind {
| my $ldap = shift;
| my $arg = &_dn_options;
|
| require Net::LDAP::Bind;
| my $mesg = $ldap->message('Net::LDAP::Bind' => $arg);
OK, got it!
Thank you!
Achim
