0

Is it possible to change strict requirements for user passwords, including root, e.g. I'd like not include numbers in the password as required, since this is a home machine, and I'm the only user?

1 Answer 1

6

On Solaris, password constraints can be configured by editing the /etc/default/password file , eg:

$ pfedit /etc/default/password ... MINDIGIT=0 ... 
2
  • Thank you, it works. Is it a common practice to edit config files with pfedit then vi ? Commented Jun 26, 2015 at 12:19
  • 2
    There is no need to use pfedit then vi, just one of these will do. pfedit would be the best practice leveraging Solaris RABC and will use the configured editor for the user, vi by default. If you are already logged as root, directly running vi will obviously still work. Commented Jun 26, 2015 at 12:26

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.