Samba Config Samples

From Notes

Jump to: navigation, search

Basic Share, No Authentication, Not Secure

[global]
  server string = Samba Server Version %v
  log file = /var/log/samba/log.%m
  max log size = 50     

  security = share  

  wins support = yes
  load printers = no

  map archive = no
  map hidden = no
  map read only = no
  map system = no
  store dos attributes = yes
   
[tmp]
  comment = Temporary storage 
  path = /tmp
  writable = yes
Personal tools