Programming Guides › Programming Guide for Perl › CLI Policy Management Methods › Password Policy Methods
Password Policy Methods
The following methods act on PolicyMgtPwdPolicy objects:
- AllowNestedGroups MethodAllows the password policy to be configured for nested groups
- ApplyLowerPriorityPolicies MethodSets or retrieves the flag for evaluating lower-priority password policies after the current policy is evaluated
- AuthLoginTrackFailure MethodSets or retrieves the flag for allowing a user to log in if login tracking data fails to be written to the user directory
- BadLoginDisablementPeriod MethodSets or retrieves the number of minutes after which a user is disabled after too many failed login attempts
- Description MethodSets or retrieves the description of the password policy
- DictionaryMatch MethodSets the minimum number of letters required to qualify a password for dictionary checking
- DictionaryPath MethodSets or retrieves the location of a dictionary file that lists words that cannot be used in a password
- DisableAfterInactivityExpiration MethodSets or retrieves the flag for disabling a user's account if it has been inactive for a specified period
- DisableAfterPwdExpiration MethodSets or retrieves the flag for disabling a user's account after the user's password expires
- EntireDir MethodDetermines whether the password policy applies to the entire directory or just a part of it
- ExpirationDelay MethodSpecifies the number of days a password can be used until it must be changed
- IsEnabled MethodEnables or disables a password policy
- MaxLoginFailures MethodSets the maximum number of failed login attempts a user can make before the user account is disabled
- MaxLoginInactive MethodSets the number of days of inactivity allowed before a user's password expires
- Name MethodSets or retrieves the password policy name
- PwdAddRegExpMatch MethodAdds a regular expression that new passwords must match
- PwdAddRegExpNoMatch MethodAdds a regular expression that new passwords must not match
- PwdAllowDigits MethodSets or retrieves the flag specifying whether passwords are allowed to have numeric characters
- PwdAllowLowercase MethodSets or retrieves the flag specifying whether passwords are allowed to have lower case letters
- PwdAllowNonAlphaNum MethodSets or retrieves the flag specifying whether passwords are allowed to have non-alphanumeric characters
- PwdAllowNonPrintable MethodSets or retrieves the flag specifying whether passwords are allowed to have non-printable characters
- PwdAllowPunctuation MethodSets or retrieves the flag specifying whether passwords are allowed to have punctuation mark characters
- PwdAllowUppercase MethodSets or retrieves the flag specifying whether passwords are allowed to have uppercase letters
- PwdExpiryWarning MethodSets the number of days in advance to notify the user that the password will expire
- PwdForceLowerCase MethodSets or retrieves the flag for forcing a new password to lower case
- PwdForceUpperCase MethodSets or retrieves the flag for forcing a new password to uppercase
- PwdGetAllRegExpMatch MethodRetrieves the tags of all the regular expressions that new passwords must match
- PwdGetAllRegExpNoMatch MethodRetrieves the tags of all the regular expressions that new passwords must not match
- PwdGetRegExp MethodRetrieves the regular expression for the specified tag
- PwdIgnoreSequence MethodIndicates whether to ignore sequence (that is, character position) when the different-from-previous-characters percentage is calculated
- PwdMaxLength MethodSets or retrieves the maximum length for user passwords
- PwdMaxRepeatingChar MethodSets or retrieves the maximum number of identical characters that can appear consecutively in a password
- PwdMinAlpha MethodSets or retrieves the minimum number of alphabetic characters (A-Z, a‑z) that a password must contain
- PwdMinAlphaNum MethodSets or retrieves the minimum number of alphanumeric characters (A-Z, a-z, 0-9) that a password must contain
- PwdMinLength MethodSets or retrieves the minimum number of alphanumeric characters (A-Z, a-z, 0-9) that a password must contain
- PwdMinLowercase MethodSets or retrieves the minimum number of lower case letters that a password must contain
- PwdMinNonAlpha MethodSets or retrieves the minimum number of non-alphanumeric characters that a password must contain
- PwdMinNonPrintable MethodSets or retrieves the minimum number of non-printable characters that a password must contain
- PwdMinNumbers MethodSets or retrieves the minimum number of numeric characters (0-9) that a password must contain
- PwdMinProfileMatch MethodSpecifies the minimum character sequence to check against the user's personal information
- PwdMinPunctuation MethodSets or retrieves the minimum number of punctuation marks that a password must contain
- PwdMinUppercase MethodSets or retrieves the minimum number of uppercase letters that a password must contain
- PwdPercentDiff MethodSpecifies the percentage of characters that a new password must contain that differ from characters in the previous password
- PwdPolicyPriority MethodSets or retrieves the password's priority setting (1-1000)
- PwdRedirectionURL MethodSets or retrieves the URL where the user is re-directed when an invalid password is provided
- PwdRemoveRegExp MethodRemoves the regular expression associated with the specified tag
- PwdReuseCount MethodSpecifies the number of new passwords that must be used before an old password can be reused
- PwdReuseDelay MethodSpecifies the number of days a user must wait before reusing a password
- ReEnableAfterIncorrectPwd MethodSpecifies whether to re-enable a user account after the entry of an incorrect password
- Save MethodSaves modifications to a password policy
- StripEmbeddedWhitespace MethodSets or retrieves the flag for stripping new passwords of embedded white space
- StripLeadingWhitespace MethodSets or retrieves the flag for stripping new passwords of leading white space
- StripTrailingWhitespace MethodSets or retrieves the flag for stripping new passwords of trailing white space
- TrackLoginDetails MethodSets or retrieves the flag for tracking authentication attempts and successful logins
- UserDirClass MethodSets or retrieves the directory class if the password policy applies to a part of the directory
- UserDirectory MethodSets or retrieves the user directory for the password policy
- UserDirPath MethodSets or retrieves the directory path if the password policy applies to a part of the directory