#	@(#) su.dfl 23.2 91/08/29 
#
#	Copyright (C) 1988-1991 The Santa Cruz Operation, Inc.
#		All Rights Reserved.
#	The information in this file is provided for the exclusive use of
#	the licensees of The Santa Cruz Operation, Inc.  Such users have the
#	right to use, modify, and incorporate this code into other products
#	for purposes authorized by the license agreement provided they include
#	this notice and the associated copyright notice with any such product.
#	The information in this file is provided "AS IS" without warranty.
#
#	Default values for su(C) and asroot(ADM).
#

#
# SULOG
#	Name of log file to record all attempts to use su. Usually
#	/usr/adm/sulog. If this is not set, no log file is kept.
#
SULOG=/usr/adm/sulog

#
# PATH
#	The PATH environment variable to set for non root users. If
#	not set it defaults to ":/bin:/usr/bin". The current PATH
#	environment variable is ignored.

#
# SUPATH
#	The PATH environment variable to set for root. If not set
#	it defaults to "/bin:/etc:/usr/bin". The current PATH
#	environment variable is ignored.
#
SUPATH=/bin:/etc:/usr/bin:/tcb/bin

#
# ASROOTPW
#	By default asroot asks the user for their account password
#	before executing the command. This feature is turned off
#	by setting ASROOTPW to NO.
#
ASROOTPW=YES

#
# CONSOLE
#	Attempts to use su are logged to the named device,
#	independently of SULOG.
