Configuring and Managing MPE/iX Internet Services (MPE/iX 6.0)
Appendix A 149
Samba/iX Sample Comfiguration File
# user id and password (similar to anonymous ftp) and then assume the
# guest logon identity for accessing files and printers
guest account = mgr.samba
# ---------------------------------------------------------------------
# PRINTERS section (optional but useful)
# This section work in conjunction with the printcap file and allows
# to configure a large number of printer shares without having to add
# separate detailed sections for each of them. The printer names and
# optional aliases are listed in the printcap file and the config parms
# are defined here. Special printers can still be defined explicitly.
# Directive “load printers” makes all entries available for browsing.
# Directive “auto services” allows a more selective browse offering.
[printers]
# only want printer shares shown, not the [printers] section itself
browseable = no
# enable this service for printing but not for file access
print ok = yes
write ok = no
# current version has problems with printing for non-guest users
guest ok = yes
guest only = yes
# the “staging” directory for print requests
path = /usr/local/samba/spool
# permissions will be more meaningful when non-guest printing works
create mode = 0700