1752576 Members
4393 Online
108788 Solutions
New Discussion юеВ

Password policies

 
Abubakkar
Frequent Contributor

Password policies

How to set default password policies?
2 REPLIES 2
Mounaam
Trusted Contributor

Re: Password policies

Hi,

take a look to file /etc/default/security

You'll be able to configure following parameters:
# ALLOW_NULL_PASSWORD=1
# MIN_PASSWORD_LENGTH=8
# PASSWORD_MIN_UPPER_CASE_CHARS=0
# PASSWORD_MIN_LOWER_CASE_CHARS=0
# PASSWORD_MIN_DIGIT_CHARS=1
# PASSWORD_MIN_SPECIAL_CHARS=2
...

Regards,
Mounaam
rariasn
Honored Contributor

Re: Password policies