From: Clif H. <cl...@di...> - 2002-09-17 14:15:00
|
> > On Tue, Sep 17, 2002 at 09:16:49AM +0100, Chris Ridd wrote: > > As this sort of question does come up rather frequently (no criticism > > intended!) we should maybe write an FAQ ("How do I bind to my xyz server") > > on it. > > Well we do have an FAQ at http://search.cpan.org/perldoc?Net::LDAP::FAQ > > If there is anything needed to be added please post to the list. > > Graham. > There are several bind examples but most of them show; $mesg = $ldap->bind( $dn, password => $passwd ); I am probably going add addition text of something like $mesg = $ldap->bind( dn => "uid=clif,ou=people,dc=my,dc=com", password => "wxyz" ); Regards, Clif |