Configuring and Managing MPE/iX Internet Services (July 2001)

198 AppendixA
Samba for MPE/iX Sample Comfiguration File
# ---------------------------------------------------------------------
# OTHER sections (explicit definitions of file or printer shares)
# The writable shares are placed under an MPE group with space limit
[temp]
# multiple users share one server directory but independent file
# ownership is maintained so that they might be able to “see” other
# users’ files but still be unable to get read or write access
comment = Shared temp space for non-guest users
guest ok = no
write ok = yes
path = /SAMBA/SHR/temp
# Here is a sample configuration share that only allows the system
# manager like manager.sys to access the entire system files
#
# comment = share for system manager to access the entire system
#
# [root]
#
# path = /
# browseable = no
# guest ok = no
# read only = no
# force user = mamager.sys
# only user = yes
# Here is a samle configuration share to allow the user to
# to access his or her home account
# comment = share for user to access his or her home account
#
# [acctname]
# path = /ACCTNAME
# guest ok = no
# read only = no
[public]
# multiple users share one server directory but file ownership is
# forced to the guest logon identity resulting in every user being
# able to “see” as well as read or write the other users’s files
comment = Shared space with all users forced to guest
guest ok = yes
guest only = yes
write ok = yes