From: <ma...@mj...> - 2001-04-02 23:23:39
|
How the password is stored on the LDAP server is inconsiquential when using simple bind. you pass the DN and plain text password regardless: $ldap->bind($dn,password => "mypassword"); Mark On 2 Apr 01, at 21:29, Graham Barr wrote: > ----- Forwarded message from Ron Hall <th...@cc...> ----- > > Date: Fri, 30 Mar 2001 12:59:34 -0500 (EST) > To: gb...@po... > From: Ron Hall <th...@cc...> > Subject: Net::LDAP api talking to Netscape Directory server > > > Howdy! > > How would one bind to a Netscape Directory server using > Net::LDAP, when the passwd is SHA encrypted on the Netscape > side of things? > > r > > > > ----- End forwarded message ----- > > > Mark Wilcox ma...@mj... Got LDAP? |