Previous Problem, smb.conf file

Chuck Carson chuck at digmo.org
Tue Dec 23 19:44:58 GMT 1997


Here it goes:
The names have been changed to protect the innocent ;)
I have tried several different options however.

[global]
   printing = aix
   printcap name = /etc/printcap
   load printers = yes
   guest account = nobody
   browseable = yes
   workgroup = MUJOUR00
   comment = Digmo Samba Server
   security = user
   
; This next line configures for two adapters (en0 and tr0)
;  interfaces = 128.206.2.68/255.255.255.0 204.146.174.129/255.255.255.0
;
;  This next option sets a separate log file for each client. Remove
;  it if you want a combined log file.
;
   log file = /usr/local/var/log.%m
;
;  You will need a world readable lock directory and "share modes=yes"
;  if you want to support the file sharing modes for multiple users
;  of the same files
;  lock directory = /usr/local/var/locks
;  share modes = yes
[homes]
   comment = Home Directories
   browseable = yes
   read only = no
   create mode = 0750
[printers]
   comment = All Printers
   browseable = no
   printable = yes
   public = no
   writable = no
   create mode = 0700
[tmp]
   comment = Temporary file space
   path = /tmp
   read only = no
   public = yes
[harrydir]
   comment = Harry's Service
   valid users = bob harry sally
   public = no
   writeable = yes
   printable = no
   path = /digmo
[digmo]
   comment = /digmo/data /digmo/kids /digmo/*
   valid users = bob harry sally
   public = no
   writeable = yes
   printable = no
   path = /digmo
[idreport]
   comment = ID Report Upload
   valid users = bob
   public = no
   writeable = yes
   printable = no
   path = /digmo/services
[bobsdir]
   comment = Bob's Service
   path = /
   valid users = bob root
   public = no
   writable = yes
   printable = yes
[claresdir]
   comment = Clare's Service
   path = /home/jourcls
   valid users = clares
   public = no
   writable = yes
   printable = yes
[rootdir]
   comment = Root Level Access
   path = /
   valid users = root
   public = no
   writable = yes
   printable = yes
[modemman]
   comment = File for ISP Time Usage Report
   path = /digmo/services
   valid users = sally
   public = no
   writable = yes
   printable = yes
   create mask = 664
[public]
   comment = Public Stuff
   path = /
   public = yes
   writable = no
   printable = no
   write list = @bin @sally @bob



More information about the samba mailing list