Configuring and Managing MPE/iX Internet Services (MPE/iX 6.0)
Appendix A 151
Samba/iX Sample Comfiguration File
# mind that there is also the file system permissions that decide
# if the connecting user (validated by password) may read or write
write ok = yes
# this one attempts to restrict “cross access” e.g. the user lars.appel
# to the home of manager.sys -- but may cause problems for some clients
valid users = %S
# ---------------------------------------------------------------------
# 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
[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