From: Graham B. <gb...@po...> - 2002-06-05 11:19:30
|
On Wed, Jun 05, 2002 at 03:55:31AM -0700, Murugan K G wrote: > Hi Chris > Thanks for your immediate response. > I am binding with LDAP3 only as > $ldap->bind('admin',password => 'novell', version=>3) > or die "Not able to bind"; bind, like most Net::LDAP methods, will always return true. You need to check the ->code method of the object returned. Graham. |