#
# Runtime options for the Terminal Locker
#

# Number of failed attempts before action taken
# NOTE: For no limit, use any negative value
MAX_ATTEMPTS	=	3

# File where users REAL login shells are listed
SHELL_FILE	=	/etc/login.shells

# Entry name in login shell file for /bin/sh
# default script execution (what /bin/sh
# pointed to prior to termlock)
SCRIPT_ENTRY	=	shell

# Prompt given by termlock for key requests
TERMLOCK_PROMPT	=	TermLock>

# Site dependant access prompt that must be
# known be user (kept here for easier editing
# in the event of a compromised prompt)
ACCESS_PROMPT	=	Access

# Delay time before logout occurs after printing an error message
ERROR_DELAY	=	3
