/etc/checksecurity/check-passwd.conf is in checksecurity 2.0.15.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | #
# This is the configuration file for the password checks
# which checksecurity will perform via the 'check-passwd' plugin.
#
#
# To disable this series of tests edit /etc/checksecurity.conf
# and set 'check-passwords="FALSE"'.
#
##
##
# Check for duplicate UID's.
#
# Valid values or "TRUE" or "FALSE".
##
CHECK_PASSWORD_WARN_UIDS="TRUE"
##
# The following controls whether we should warn about any
# accounts which do not have a password set.
#
# Valid values or "TRUE" or "FALSE".
##
CHECK_PASSWORD_EMPTY="TRUE"
|