# Sample services file
# Andrew Tridgell November 1993
# the first column specifies the service name. The second specifies
# the path to the files for the service. The third gives some flags
# The flags are as follows:
#	W means the service can be written to
#	S means that users can use the setdir command to change
#	  the connected root directory
#	G means guest users can connect to this service
#	P means you can print to this service
#	X means to map the hidden and system attributes
#	  onto the group and other execute bits
#
# The fourth column is optional and specifies the username to use
# for password verification on this service. This is overridden by a %username
# at the end of the service if it's given on connection (pathworks allows this)
# If the fourth column is blank then the service name is used as the username,
# unless the service is a guest (flag G) service in which case the default
# is access with no password.


# The following give some example services that may be helful in
# understanding all the options

# pcuser will be a service that guests can connect to but cannot write to
# and cannot change root on. It will also map the HIDDEN and ATTRIBUTE
# bits onto unix modes
#pcuser		/usr/users/pcuser		GX

# managers1 will be a service that can be written to and supports
# the hidden and system attributes. The default username is "manager".
# managers1	/usr/user/managers		WX	manager

# fred is a service that can only be connected to with a valid user/password
# but can be written to (assuming write permission for the user/password)
# but the root can be moved to other directories
#fred		/usr/users/fred			W

# spool is a service that can be only used for printing, but can be
# connected to by anyone
#spool		/tmp/pcspool			PG

# spool2 is a service that can be only used for printing, 
# and can only be connected to by a valid user/password
#spool2		/tmp/pcspool			P

# scratch will be a writable service connectable to by a guest. 
# changes of root are not allowed
#scratch	/scratch			GW

spool		/tmp				PG
tridge		/home/nimbus/tridge		W

