Adding a password policy
- In the Infor Rich Client, access the Security System Management application, then Security Policies, and then Password Policy. On the Password Policy List, select Actions, then Create, and then create a record using the fields described below.
- or -
At a Landmark command prompt, type
secadm passwordpolicy add password-policy-name [--description description] [--minlength number-of-characters] [--maxcharacterrepeat number-of-characters] [--isnumericrequired true|false] [--ismixedcaserequired true|false] [--canincludeusername true|false] [--passwordneverexpire true|false] [--passwordexpirationdays ]where
Option LRC Fields Description password-policy-namePassword Policy The name of the password policy. --description descriptionDescription A description for the password policy. --minlength number-of-charactersMin Length The minimum length of a password. The default is 0. --maxcharacterrepeat number-of-charactersMax Character Repeat The maximum number of repeating characters in the password. The default is 0. --isnumericrequiredIs Numeric Required Whether the password requires at least one numeric character ( trueorfalse). The default isfalse.--ismixedcaserequiredIs Mixed Case Required Whether the password requires mixed case ( trueorfalse). The default isfalse.--canincludeusernameCan Include Username Whether the password can include the user's name ( trueorfalse). The default isfalse.--passwordneverexpirePassword Never Expire Whether the passwords never expire ( trueorfalse). The default isfalse.--passwordexpirationdays number-of-days-till-expirationPassword Expiration Days The number of days before passwords expire. The default is 0. - Save the policy.
The policy must be added to the appropriate services to take effect.