; This file is the recommended smb.conf file for your normal Samba server ; if you want to run it concurrently (which we don't advise) with the ; VMware 2.0 Samba server. ; ; Your normal samba server should be at least v 2.0.6 ; ; Note that you will need to insert specific information for your system ; at several points indicated in the file by . ; ; -------------- ; ; Larmor samba server configuration ; ; Global settings [global] ; ; Identity ; ; Allow several Samba servers on the same machine interfaces = / bind interfaces only = yes ; Workgroup the host belongs to workgroup = VMware ; SMB name of the host (the hostname by default) netbios name = ; Description of the host server string = Linux running Samba 2.0.6 ; ; Access ; ; Allow connections from ; hosts allow = / ; Authentication scheme security = user encrypt passwords = yes ; ; Options ; ; Automatically load the printer list (from /etc/printcap by default) load printers = yes ; Gives better performance socket options = TCP_NODELAY ; ; Files and directories ; ; Max log size in KB max log size = 1024 ; Locks lock directory = /var/samba ; SMB passwords smb passwd file = /etc/samba/smbpasswd ; ; Name browsing ; ; Allow the host to participate in master browser elections local master = yes ; Force a local browser election upon startup ; We need that otherwise it takes a long time before the windows network is ; browsable preferred master = yes ; Do not try to resolve SMB names via DNS dns proxy = no ; ; Shared resources ; ; Home directories [homes] comment = Home directories browseable = no writable = yes ; Printers [printers] comment = All printers path = /var/lpd browseable = no guest ok = no writable = no printable = yes [Slash] comment = Whole filesystem path = / public = no writeable = yes printable = no