File: check-passwd.conf

package info (click to toggle)
checksecurity 2.0.13
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 260 kB
  • ctags: 4
  • sloc: sh: 283; perl: 116; makefile: 72
file content (27 lines) | stat: -rw-r--r-- 528 bytes parent folder | download | duplicates (10)
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
26
27
#
#   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"