|
||
|
Use this tab to set up a password policy for the directory.
Enable fine-grained password policy. When selected, enables the fine-grained (subtree and user level) password policy.
User must change password after reset. When selected, users must change their passwords when they first log in or after the administrator resets the passwords.
User may change password. When selected, allows users to change their own passwords.
Allow changes in X day(s). Defines how often users can change their password. Use this value in conjunction with "Keep password history" to discourage users from recycling old passwords.
Keep password history. Specifies that the server keep a list of user passwords. Use this in conjunction with "Allow changes in X day(s)" to discourage users from reusing old passwords. If you select this option, enter the number of passwords users must cycle through before they can reuse a password.
Remember X passwords. If the server is keeping a password history, this option specifies how many old passwords the server should store in the history list. The valid value range is from 2 to 24. The default value is 6.
Password never expires. Select this if you do not require users to change their passwords periodically.
Password expires after X days. Select this if you want users to change their passwords periodically. If you select the option, in the text box, you must enter the number of days in which the password will expire.
Note that the maximum value for the password age is derived by subtracting January 18, 2038 from today's date. The value you enter must not be set to the maximum value or too close to the maximum value. If you set the value to the maximum value, Directory Server may fail to start because the number of seconds will go past the epoch date. In such an event, the error log will indicate that the password maximum age is invalid. To resolve this problem, you must correct the
paswordMaxAge
attribute value in thedse.ldif
file.A common policy is to have passwords expire every 30 to 90 days. By default, the password maximum age is set to 8640000 seconds (100 days).
Send warning X day(s) before password expires. Indicates the number of days before a user's password is due to expire that the user will be sent a warning message. The valid value range is from 1 to 24,855 days. The default value is 1 day.
Allow up to X login attempt(s) after password expires. Indicates the number of grace logins permitted after a user's password has expired. Grace logins are not permitted by default.
Check password syntax. Select this checkbox to enforce password syntax checking. Syntax checking ensures that the password strings conform to the syntax guidelines, such as minimum password length.
Password minimum length. If syntax checking is on, this option specifies the minimum number of characters that must be used in directory server passwords. The valid value range is from 2 to 512 characters. The default value is 6.
Password encryption. Identifies how user passwords are stored in the directory. You can specify one of the following encryption formats:
- Salted Secure Hashing Algorithm (SSHA). This method is recommended as the most secure. SSHA is the default encryption method.
![]()
- UNIX crypt algorithm (CRYPT). Provided for compatibility with UNIX passwords.
![]()
- Secure Hashing Algorithm (SHA). A one-way has algorithm that is the default encryption schema in Directory Server 4.x.
![]()
- No encryption (CLEAR). This encryption type indicates that the password will appear in plain text.
![]()
Passwords stored using SSHA, CRYPT, or SHA formats cannot be used for secure login through SASL Digest MD5.
© 2001 Sun Microsystems, Inc. Portions copyright 1999, 2002-2003 Netscape Communications Corporation. All rights reserved.
Last Updated July 14, 2003