Subject: Is the ID used to sign the agent in a different OU than the server on which the application runs?
If so, we recently fixed this problem (SPR# JKAH7KXSZU).
For example:
Users whose password is being reset is in /usr/org (hedy/green/apple)
Password reset authority (agent signer) is in /signer/org (pw/singer/apple)
Server where the agent runs is in /srv/org (nik/fan/apple)
There is a vault trust cert for users in /green/apple
There is a pw reset certificate for pw/singer/apple
There is a pw reset certificate for nik/fan/apple
If this is not the problem, can you confirm that you followed all the following steps to configure the agent?
An IBM® Lotus® Domino® server comes with the application “Sample Web Agent - Reset User Password” (PwdResetSample.nsf). The application contains a sample LotusScript® agent called UserPasswordReset that enables users with IDs stored in an ID vault to reset their IBM® Lotus® Notes® passwords from a browser. A user who has forgotten his or her Notes password might do this to specify a new one.
This application is intended as an example for you to customize to suit your needs. By default, users use their HTTP passwords to log into a Domino Web server in the domain that is authorized to run the agent. The agent code also provides examples of setting up the agent not to require HTTP authentication or to allow users to specify the number of ID downloads they are allowed for ID recovery.
To set up the sample application:
- Open the PwdResetSample.nsf database located in the data directory of a Lotus Domino server and modify the database ACL as follows:
Give at least Editor access to the vaulted users who will use the application to reset their passwords. One way to do this is to ensure that the -Default- entry has Editor access.
Give Manager access to the name of the Notes ID that will be used to sign the agent in the next step.
- From Domino® Designer®, open PwdResetSample.nsf and perform the following steps to sign the UserPasswordReset agent using a Notes ID that you will trust to reset passwords. Using an ID created specifically for this purpose is recommended.
Click Code - Agents and then double-click.
With the UserPasswordReset agent selected, click Sign.
-
Decide which server or servers in the Domino domain to allow to run the agent on behalf of the agent signer specified in Step 2. Then in the Server document of each in the Domino Directory, give the name of the agent signer “Run restricted LotusScript/Java agents” access. A server does not have to be a vault server to run the agent.
-
Copy the signed PwdResetSample.nsf to the data directory of each server that will run it.
-
Assign “Self-service password reset authority” to the following names:
The name that signed the agent in Step 2.
The names of each server you allowed to run the agent in Step 3.
-
Specify instructions to display when users click “Forgot your password?” during Notes login.
-
Run the HTTP task on each server that is allowed to run the agent.
Users whose IDs have been uploaded to the vault can now perform the following steps to reset their Notes passwords:
- Launch a Web browser and open the sample application by specifying a URL such as the following one:
http:///PwdResetSample.nsf
-
Log in to the HTTP server.
-
In the Reset User Password window, type and confirm a new password, then click “Reset My Password.”