From: Jim H. <ha...@us...> - 2001-04-09 20:11:35
|
Try my $mesg = $ldap->bind ($dn => $dn, password =>$password,version => 3); Also, make sure you have the right password. On Mon, 9 Apr 2001, Pooja wrote: > I am new to NDS. I always get the following error > "LDAP_CONFIDENTIALITY_REQUIRED" when I do the bind using dn > and password. > > my $mesg = $ldap->bind (dn => $dn, password => > $password); > print " " . $mesg->code . " "; > print ldap_error_name($mesg->code) ; > > Can some one tell what am i doing wrong? > The same code works for Netscape directory server. > > thanks > > > > > > |