Chat now with support
Chat with Support

Password Manager 5.14 - Administration Guide

About Password Manager Getting started Password Manager architecture
Password Manager components and third-party applications Typical deployment scenarios Password Manager in a perimeter network Management Policy overview Password policy overview Secure Password Extension overview reCAPTCHA overview User enrollment process overview Questions and Answers policy overview Password change and reset process overview Data replication Phone-based authentication service overview
Management policies
Checklist: Configuring Password Manager Understanding Management Policies Adding or cloning a new Management Policy Configuring access to the Administration Site Configuring access to the Password Manager Self-Service Site Configuring access to the Helpdesk Site Configuring Questions and Answers policy Workflow overview Custom workflows Custom activities Password Manager Self-Service Site workflows Helpdesk workflows Notification activities User enforcement rules
General Settings
General Settings overview Search and logon options Importing and exporting configuration settings Outgoing mail servers Diagnostic logging Scheduled tasks Web Interface customization Instance reinitialization Realm Instances Domain Connections Extensibility features RADIUS Two-Factor Authentication Internal Feedback Customizing help link URL Password Manager components and third-party applications Unregistering users from Password Manager Bulk Force Password Reset Fido2 key management Working with Redistributable Secret Management account Email templates
Upgrading Password Manager Administrative Templates Secure Password Extension Password Policies Enable 2FA for administrators and helpdesk users Reporting Password Manager integration Accounts used in Password Manager Open communication ports for Password Manager Customization options overview Third-party contributions Glossary

Required Characters Rule

The required characters rule ensures that passwords contain certain character categories.

Required characters are necessary to make a password stronger. For example, if you set the minimum number of uppercase characters to 4, then the password "ElePHant" will be rejected.

To configure the required characters rule

  1. Follow the steps outlined in Configuring Password Policy Rules.

  2. On the Policy Rules tab, click Required Characters Rule to expand the rule settings.

  3. Under Required Characters Rule, select the Password must contain at least check box, and then specify the following options as required:

Table 18:  Required character rules

Option

Description

Alphabetic characters

Set the minimum number of alphabetic characters (A-z) that must appear in a password.

Lowercase characters

Set the minimum number of lowercase characters that must appear in a password.

Uppercase characters

Set the minimum number of uppercase characters that must appear in a password.

Unique characters

Set the number of characters that must be unique within a password.

To require case sensitivity for this setting, select the Case sensitive check box.

Digits (0-9)

Specify whether passwords must contain digits:

Set the minimum number of digits that must appear in a password by selecting the Minimum check box, and then typing the required number.

In the In positions text box, type the numbers of positions within a password where digits must appear. For example, 1,3,5-10.

Use Number of ending characters to specify how many digits must be in the end of a password.

Special characters

Specify whether passwords must contain special characters:

Set the minimum number of special characters that must appear in a password by selecting the Minimum check box, and then typing the required number.

In the In positions text box, type the numbers of positions within a password where special characters must appear. For example, 1,3,5-10.

Use Number of ending characters to specify how many special characters there must be in the end of a password.

Special characters include the following characters: - !"#$%&'()*+,-./:;<=>?@[\]^_`{}~

NOTE: By default, the table of lowercase, uppercase, and special characters is taken from the locale settings of the domain controller where the Password Policy Manager is installed. To view the locale settings, select Start > Settings > Control Panel > Regional Options and click the General tab.

Disallowed Characters Rule

The disallowed characters rule rejects passwords that contain certain character categories.

The categories include digits from 0-9 and special characters such as “#$%”. If you specify that special characters must not appear in the beginning of a password, then the password “@work” will be rejected.

To configure the disallowed characters rule

  1. Follow the steps outlined in Configuring Password Policy Rules.

  2. On the Policy Rules tab, click Disallowed Characters Rule to expand the rule settings.

  3. Under Disallowed Characters Rule, select the Password must not contain check box, and then specify the following options as required:

Table 19: Disallowed character rule

Option

Description

Digits (0-9)

Specify whether the rule will reject passwords containing digits.

Select the In positions check box, and then enter the numbers of positions within a password where digits must not appear. For example, 1,3,5-10.

Select the Number of ending characters check box, and then specify how many digits there must not be in the end of a password.

Special characters

Specify whether the rule will reject passwords containing special characters.

Select the In positions check box, and then enter the numbers of positions within a password where special characters must not appear. For example, 1,3,5-10.

Select the Number of ending characters check box, and then specify how many special characters there must not be in the end of a password.

Special characters include the following characters: - !"#$%&'()*+,-./:;<=>?@[\]^_`{}~

 

NOTE: By default, the table of special characters is taken from the locale settings of the domain controller where the Password Policy Manager is installed. To view the locale settings, select Start > Settings > Control Panel > Regional Options and click the General tab.

Sequence Rule

The sequence rule rejects passwords that contain more repeated characters than it is allowed.

Repeated characters can appear in succession or in different positions in a password. This policy also includes characters typed in direct or inverse numerical or alphabetical order. For example, if you set the maximum number of same characters that appear in succession to three, then the password “eagle” will be rejected.

To configure the sequence rule

  1. Follow the steps outlined in Configuring Password Policy Rules.

  2. On the Policy Rules tab, click Sequence Rule to expand the rule settings.

  3. Under Sequence Rule, select the Password must not contain more than check box, and then specify the following options:

Table 20:  Password sequence rule

Option

Description

Number of characters repeated in succession (AAAB)

Set the maximum number of same characters in a row that the policy will tolerate before rejecting a password.

Number of identical characters (ABCA)

Set the maximum number of same characters typed in different positions of password that the policy will tolerate before rejecting a password.

Number of characters in direct or inverse numerical or alphabetical order (ABC_321)

Set the maximum number of characters typed in direct or inverse numerical or alphabetical order that the policy will tolerate before rejecting a password.

Case sensitive

Select this check box to require case sensitivity for this rule.

User Properties Rule

The user properties rule rejects passwords that contain part of a user account property value.

This rule splits the user account property value by non-alphanumeric characters (for example, “_”), and then checks if any part of the value is available in the password. For example, if user’s name is “Peter_US”, Password Manager splits the property into: “Peter” and “US”, and checks if any part can be found in the password. For example, the password “US_US” will be rejected.

To configure the user properties rule

  1. Follow the steps outlined in Configuring Password Policy Rules.

  2. On the Policy Rules tab, click User Properties Rule to expand the rule settings.

  3. Under User Properties Rule, select the Prevent users from using account properties as part of passwords check box, and then specify the following options:

Table 21:  User properties rule

Rule

Description

Beginning characters of a user property value

Set the maximum number of beginning characters from a user property value that users are allowed to use as part of their passwords.

For example, if a user's full name is “Anna Fairweather”, and the option value is set to 3, then the user is allowed to type the strings “Ann” and “Fai” as part of her password. The password will be rejected if it contains “Anna” or “Fair”.

You can select from the following user account properties:

  • displayNamePrintable

  • mailNickname

  • userPrincipalName

  • displayName

  • title

  • sn

  • samAccountName

  • personalTitle

  • middleName

  • mail

  • givenName

  • employeeID

  • cn

NOTE: The administrator can add other user attributes to the existing list of attributes and select to use. Click Add other attribute to the list to add other user attributes.

The entire value of a user property

Select to reject passwords containing the entire value of a user property.

You can select any of the user account properties listed in the description of the Beginning characters of a user property value option above.

Case sensitive

Select this check box to require case sensitivity for this rule.

Enable bi-directional analysis

Select to reject passwords containing the entire value of a user property or its part (depending on which of the two previous options you have selected), if read backwards.

Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating