#
#  passwd -- Change login, modem (dialup shell), filesystem, or group password
#
#	@(#) passwd.dfl 1.1 90/02/23 
#
#	Copyright (C) The Santa Cruz Operation, 1988, 1989, 1990.
#	This Module contains Proprietary Information of
#	The Santa Cruz Operation, and should be treated as Confidential.
#
#  Default values for passwd(C).
#

#
# PASSLENGTH
#	Minimum acceptable password length (unless the user is authorized
#	to not have a password).  The actual minimum length used is computed
#	based on the password lifetime, delay between login attempts, and
#	other values) any may be longer.  It will not be shorter.
#
PASSLENGTH=5

#
# RETRIES
#	Number of times a user may try, and fail, to choose a new password
#	before giving up.  Can also be specified with the -r option.
#
RETRIES=4

#
# ONETRY
#	If set to YES, simplistic modifications of a rejected password
#	will not be accepted.
#
ONETRY=YES

#
# DESCRIBE
#	This file is displayed once (before asking for a new password).
#
DESCRIBE=/usr/lib/goodpw/describe

#
# SUMMARY
#	This file is displayed every time a password is rejected.
#
SUMMARY=/usr/lib/goodpw/summary

#
# CHECKDIR
#	Hierarchy of additonal checks to perform:
#	   user/secure	- Passwords of restricted users.
#	   user/weak	- All other users.
#	   modem/secure	- Dialup passwords if the system default is restrict.
#	   modem/weak	- Dialup passwords otherwise.
#	and so on.
#
CHECKDIR=/usr/lib/goodpw/checks

#
# GOODPW
#	Name of the program that checks passwords; see goodpw(ADM).
#
GOODPW=/usr/bin/goodpw
