For those who have implemented LSF90 ESS on Windows environment and ADAM -
how do you take care of users forgotten password? Do your users call your IT and let the IT folks reset and issue a temporary password? or have you implemented a password recovery application that emails a password reset link to your users and let the users take care of resetting their own password?
Appreciate the insight.
Like many things there is more than 1 way to do this. I am developing a jsp that prompts the user for some info, binds to our authentication Ldap and sends an e-mail with the temporary password if the info given is correct. It's been my experience that Java (with JNDI) works well with Ldap whatever "brand" you may have.