[olug] samba conf
    Kelly Williams 
    kellywilliams81 at gmail.com
       
    Fri Oct  9 14:40:49 UTC 2009
    
    
  
This morning I woke up my server was down. I restarted the computer 
things stayed the same. I copied a new conf file from backup, still 
didn't work right. I can still print to the server but can't see my 
files. Can anyone help..
 
[global]
            Workgroup = workgroup
             server string = Samba Server
            map to guest = Bad User
            obey pam restrictions = Yes
            passdb backend = tdbsam
            pam password change = Yes
            passwd program = /usr/bin/passwd %u
            passwd chat = *Enter\snew\s*\spassword:* %n\n 
*Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
            unix password sync = Yes
            syslog = 0
            log file = /var/log/samba/log.%m
            max log size = 1000
            dns proxy = No
            usershare allow guests = Yes
            panic action = /usr/share/samba/panic-action %d
 [printers]
            comment = All Printers
            path = /var/spool/samba
 
[Mustang NAZ Drive]
            path = /NAZ/kwilliams/
            comment = mustangeek server
            writable = yes
            read only = no
            guest ok = yes
########## Printing ##########
 # If you want to automatically load your printer list rather
# than setting them up individually then you'll need this
#   load printers = yes
# lpr(ng) printing. You may wish to override the location of the
# printcap file
;   printing = bsd
;   printcap name = /etc/printcap
 
# CUPS printing.  See also the cupsaddsmb(8) manpage in the
# cupsys-client package.
;   printing = cups
;   printcap name = cups
 
[printers]
   comment = All Printers
    browseable = no
    path = /var/spool/samba
   printable = yes
   guest ok = no
   read only = no
   create mask = 0700
 
 
    
    
More information about the OLUG
mailing list