#
# Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
# 
# This file will be sourced in by samba_register and the parameters
# listed below will be used.
#
# These parameters can be customized in (key=value) form
#
#        RS - name of the resource for the application
#        RG - name of the resource group containing RS
#   SMB_BIN - name of the Samba bin directory
#  SMB_SBIN - name of the Samba sbin directory
# 	       (If no sbin then specify the bin directory)
#  SMB_INST - name of the Samba configuration directory
#   SMB_LOG - name of the Samba log directory
#		for log.smbd and log.nmbd
#	       (If not specified will default
#		to $SMB_INST/logs) 
#SMB_LIB_PATH - name of library paths to LD_LIBRARY_PATH
#    FMUSER - name of the Samba fault monitor user
#    FMPASS - name of the Samba fault monitor user password
#  FMDOMAIN - name of the NT-domain faultmonitor user is configured on.
#             ( This should be used if faultmonitor user is not configured
#               on the same NT-domain Samba is member to )
#        LH - name of the LogicalHostname SC resource
#    HAS_RS - name of the Samba HAStoragePlus SC resource
#
#	The following two examples illustrate sample parameters
#	for Samba packaged with Solaris 9 and Samba downloaded
#	from http://www.samba.org. 
#
#	Please be aware that /global/samba, /global/samba/SAMBA1 and
#	uid/pwd of samba are used just as examples. You will need 
#	change this if your values are different.
#
#	SUNWsmb* packaged with Solaris 9
#
#	SMB_BIN=/usr/sfw/bin
#	SMB_SBIN=/usr/sfw/sbin
#	SMB_INST=/local/samba/SMB1
#	SMB_LOG=/local/samba/SMB1/logs
#	FMUSER=samba
#	FMPASS=samba
#	FMDOMAIN=
#
#	Latest production release from http://www.samba.org
#
#	SMB_BIN=/global/samba/bin
#	SMB_SBIN=/global/samba/sbin or /global/samba/bin
#	SMB_INST=/global/samba/SAMBA1
#	SMB_LOG=/global/samba/SAMBA1/logs
#	FMUSER=samba
#	FMPASS=samba
#	FMDOMAIN=
#

RS=
RG=
SMB_BIN=
SMB_SBIN=
SMB_INST=
SMB_LOG=
SMB_LIB_PATH=/usr/lib:/usr/local/lib
FMUSER=
FMPASS=
FMDOMAIN=
LH=
HAS_RS=
