Does the application force users to change their passwords as required by our company's policy-based intervals? Does the application enforce password complexity that matches our company's standards? (for example, at least 2 upper, 2 lower, 2 numeric, & 2 special characters) Can these rules be changed? Could you give me some examples of changing password from 90 to 60 days.
Harvest Software Change Manager all versions
hppolget -b <brokername> -prompt -f pwpolicy.txt
hppolset -b <brokername> -prompt -f pwpolicy.txt
MaximumPasswordAge
MinimumPasswordAge
MinimumPasswordLength
PasswordCountBeforeReusable
MaxFailAttemptBeforeLockout
AllowChangeAfterExpire
MaximumRepeatableCharacter
ExpirationWarningAge
MinimumNumericCharacter
MinimumLowercaseCharacter
MinimumUppercaseCharacter
MinimumNonalphanumericCharacter
AllowUsernameAsPassword
ForceChange
Information about the hppolget command is here: hppolget Command-Get Password Policy
Information about the hppolset command (including all the settings that are available to change) is here: hppolset Command-Set Password Policy