From the course: Linux CentOS 7: User and Group Management

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Change default password policies

Change default password policies - Linux Tutorial

From the course: Linux CentOS 7: User and Group Management

Change default password policies

- [Narrator] It's not uncommon for systems to get hacked due to weak passwords. Administrators can tighten up password policies to require a minimum number of characters and character classes. Linux has a credit system that affects the minimum allowed characters for a password. Credits are given if a user uses characters from different classes like lowercase, uppercase, digits, and other characters. If our minimum password length is nine and we include a lowercase letter, then Linux will allow an eight-character password such as tqbfjotl. If our minimum password length is nine and we include at least one lowercase and one uppercase letter, then Linux will allow a seven-character password such as capital Tqbfjot. If our minimum password length is nine and we include at least one lowercase letter, one uppercase letter, and one digit, then it will accept a password that's six characters long such as Tq8fjo. The…

Contents