> > I'm using the Netscape ldap jdk API and OpenLdap 1.2.11 > > My problem is how to authenticate when the userPassword is a hash code > SHA-1, when I'm using the Netscape java API.. does anyone have a hint? > > Erik > It should be the same as with any other API. You pass the plain password to the server. It is the server's job to apply the appropriate hash to it during the bind. Randy