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

190 AppendixA
Samba/iX Sample Comfiguration File
# ---------------------------------------------------------------------
# GLOBAL section (general parms and defaults for other sections)
[global]
# you MUST supply IP address and subnet mask of your 3000 here
interfaces = 12.34.56.78/255.0.0.0
# config file and log file used by smbd and nmbd are typically
# specified as command line options, unless you are using macros
# like eg %S or %m to get different files for each service or
# client machine, which allows very sophisticated (albeit complex)
# configurations (also see “include” directive and smb.conf doc)
# config file = /usr/local/samba/lib/smb.conf
# log file = /usr/local/samba/var/log.smb
# mapping of incoming usernames is possible and may e.g. be used
# to allow clients using Unix or PC style names like root or lappel
# instead of MPE style names like manager.sys or lars.appel
# multiple alias names are possible e.g. lars.appel = lappel lars
username map = /usr/local/samba/lib/user.map
# printcap file lists printer names for use by [printers] section
printcap name = /usr/local/samba/lib/printcap
# how much detail you want in the logfile (try 3 or 5 or higher)
debug level = 1
# can use a shell script if system does not supply statfs() routine
# dfree command = /usr/local/samba/lib/myfree
# used in conjunction with printcap file and [printers] section