committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
@@ -54,6 +54,10 @@
|
||||
# The check is enabled if the value is not 0.
|
||||
# usercheck = 1
|
||||
#
|
||||
# Length of substrings from the username to check for in the password
|
||||
# The check is enabled if the value is greater than 0 and usercheck is enabled.
|
||||
# usersubstr = 0
|
||||
#
|
||||
# Whether the check is enforced by the PAM module and possibly other
|
||||
# applications.
|
||||
# The new password is rejected if it fails the check and the value is not 0.
|
||||
@@ -61,3 +65,15 @@
|
||||
#
|
||||
# Path to the cracklib dictionaries. Default is to use the cracklib default.
|
||||
# dictpath =
|
||||
#
|
||||
# Prompt user at most N times before returning with error. The default is 1.
|
||||
# retry = 3
|
||||
#
|
||||
# Enforces pwquality checks on the root user password.
|
||||
# Enabled if the option is present.
|
||||
# enforce_for_root
|
||||
#
|
||||
# Skip testing the password quality for users that are not present in the
|
||||
# /etc/passwd file.
|
||||
# Enabled if the option is present.
|
||||
# local_users_only
|
||||
|
||||
Reference in New Issue
Block a user