Sun Java logo     Previous      Contents      Index      Next     

Sun logo
Sun Java System Access Manager 6 2005Q1 Administration Guide 

Chapter 9
Password Reset Service

Sun Java™ System Access Manager 6 2005Q1 provides a Password Reset service to allow users to reset their password for access to a given service or application protected by Access Manager.The Password Reset service attributes, defined by the top-level administrator, control user validation credentials (in the form of secret questions), control the mechanism for new or existing password notification, and sets possible lockout intervals for incorrect user validation.

This chapter contains the following sections:


Registering the Password Reset Service

The Password Reset service does not need to be registered for the organization in which the user resides. If the Password Reset service does not exist in the organization in which the user resides, it will inherit the values defined for the service in the Service Configuration module.

To Register Password Reset for Users in a Different Organization

  1. In the Identity Management module, choose Organizations and select the organization for which you wish to register the service.
  2. Click Register in the Navigation frame.
  3. A list of available services displays in the Data frame.

  4. Select the checkbox for Password Reset and click Register.
  5. The Password Reset service will appear in the Navigation frame assuring the administrator that it has been registered.


Configuring the Password Reset Service

Once the Password Reset service has been registered, the service must be configured by a user with administrator privileges.

To Configure the Service

  1. Select the organization for which the Password Reset service is registered.
  2. Click the Password Reset Properties arrow.
  3. The message “No template available for this service” appears in the Data frame. Click Create.

  4. The Password Reset attributes appear in the Data frame allowing you to define requirements for the Password Reset service. Make sure that the Password Reset service is enabled (it is by default). At a minimum, the following attributes must be defined:
    • User Validation
    • Secret Question
    • Bind DN
    • Bind Password
    • The Bind DN attribute must contain a user with privileges for resetting the password (for example, Help Desk Administrator). Due a limitation in Directory Server, Password Reset does not work when the bind DN is cn=Directory Manager.

      The remaining attributes are optional. Descriptions of the Password Reset attributes can be found in Password Reset Service Attributes or by clicking the Help link in the upper right corner of the console.


      Note

      Access Manager automatically installs the Password Reset web application for random password generation. However, you can write your own plug-in classes for password generation and password notification. See the following Readme.html files in the following locations for samples for these plug-in classes.

      PasswordGenerator:

      AccessManager-base/SUNWam/samples/console/PasswordGenerator

      NotifyPassword:

      AccessManager-base/SUNWam/samples/console/NotifyPassword

       


  5. Select the Personal Question Enabled attribute if the user is to define his/her unique personal questions. Once the attributes are defined, click Save.

Password Reset Lockout

The Password Reset service contains a lockout feature that will restrict users to a certain number of attempts to correctly answer their secret questions. The lockout feature is configured through the Password Reset service attributes. Descriptions of these attributes can be found in Password Reset Service Attributes. Password Reset supports two types of lockout, memory lockout and physical lockout.

Memory Lockout

This is a temporary lockout and is in effect only when the value in the Password Reset Failure Lockout Duration attribute is greater than zero and the Enable Password Reset Failure Lockout attribute is enabled. This lockout will prevent users from resetting their password through the Password Reset web application. The lockout lasts for the duration specified in Password Reset Failure Lockout Duration, or until the server is restarted.

Physical Lockout

This is a more permanent lockout. If the value set in the Password Reset Failure Lockout Count attribute is set to 0 and the Enable Password Reset Failure Lockout attribute is enabled, the users’ account status is changed to inactive when he or she incorrectly answers the secret questions.


Password Reset for End Users

The following sections describe the user experience for the Password Reset service.

Customizing Password Reset

Once the Password Reset service has been enabled and the attributes defined by the administrator, users are able to log into the Access Manager console in order to customize their secret questions. For example:

  1. The user logs into the Access Manager console, providing Username and Password and is successfully authenticated.
  2. In the User Profile page, the user selects Password Reset Options. This displays the Available Questions Answer Screen.
  3. The user is presented with the available questions that the administrator defined for the service, such as:
    • What is your pet’s name?
    • What is your favorite TV show?
    • What is your mother’s maiden name?
    • What is your favorite restaurant?
  4. The user selects the secret questions, up to the maximum number of questions that the administrator defined for the organization (the maximum amount is defined the Password Reset Service). The user then provides answers to the selected questions. These questions and answers will be the basis for resetting the user’s password (see the following section). If the administrator has selected the Personal Question Enabled attribute, text fields are provided, allowing the user to enter a unique secret question and provide an answer.
  5. Figure 9-1  Available Questions Answer Screen with Personal Question Enabled
    Identity Server Console - Password Reset service, available questions answer screen with Person Question Enabled attribute enabled.

  6. The user clicks Save.

Resetting Forgotten Passwords

In the case where users forget their password, Access Manager uses the Password Reset web application to randomly generate new passwords and notify the user of the new password. A typical forgotten password scenario follows:

  1. The user logs into the Password Reset web application from a URL given to them by the administrator. For example:
  2. http://hostname:port/ampassword (for the default organization)

    or

    http://hostname: port/deploy_uri/UI/PWResetUserValidation?org=orgname, where orgname is the name of the organization.


    Note

    If the Password Reset service is not enabled for a parent organization, but is enabled for a sub-organization, users must use the following syntax to access the service:

    http://hostname: port/deploy_uri/UI/PWResetUserValidation?org=orgname


  3. The user enters the user id.
  4. The user is presented with the personal questions that were defined in the Password Reset service and select by the user during customization. If the user has not previously logged into the User Profile page and customized the personal questions, the password will not be generated.
  5. Once the user answers the questions correctly, the new password is generated and emailed to the user. Attempt notification is sent to the user whether the questions are answered correctly or not. Users must have their email address entered in the User Profile page in order for the new password and attempt notification to be received.


Password Policies

A secure password policy minimizes the risks associated with easily-guessed passwords by enforcing the following:

Directory Server provides several ways to set password policy at any node in a tree and there are several ways to set the policy. For details refer following Directory Server documentation:

http://docs.sun.com/source/816-6700-10/aci.html#14773

http://docs.sun.com/source/816-6698-10/useracct.html#14386



Previous      Contents      Index      Next     


Part No: 817-7647-11.   Copyright 2005 Sun Microsystems, Inc. All rights reserved.