Configuring and Managing MPE/iX Internet Services (MPE/iX 6.5)

194 AppendixA
Samba/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
[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
path = /SAMBA/SHR/public
[sambadoc]
comment = Samba doc files (readonly but guest allowed)
guest ok = yes
write ok = no
path = /usr/local/samba/docs
[sambahtm]
comment = Samba HTML files (readonly but guest allowed)
guest ok = yes
write ok = no
path = /usr/local/samba/html