From: Graham B. <gb...@po...> - 2001-04-20 13:01:58
|
On Fri, Apr 20, 2001 at 01:40:24PM +0100, Graham Barr wrote: > Anyway, changing your bind to > > $ldap->bind(version => 3, anonymous => 1); > > should do the trick. Another option is to pass version => 3 into the contructor. Then calling $ldap->bind; will do the right thing. Graham. |