# Samba config file 
# from localhost.localdomain (127.0.0.1)
# Date: 2001/10/26 20:57:19

# Global parameters
[global]
	workgroup = NAABOO
	server string = Samba Server %v
	interfaces = 192.168.0.1/24 127.0.0.1/24
	bind interfaces only = Yes
	security = user
	encrypt passwords = Yes
	#update encrypted = Yes
	smb passwd file = /etc/samba/smbpasswd
	log file = /var/log/samba/log.%m
	max log size = 50
	socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
	printcap name = lpstat
	dns proxy = No
	printing = cups
	os level = 65
	preferred master = Yes
        domain master = Yes
        wins support = Yes
	hosts allow = 127. 192.168.0. 
	hosts deny = * 

[homes]
	comment = Home Directories
	read only = Yes 
	browseable = No

[printers]
	comment = All Printers
	path = /var/spool/samba
	create mask = 0700
	guest ok = Yes
	printable = Yes
	print command = lpr-cups -P %p -o raw %s -r   
	lpq command = lpstat -o %p
	lprm command = cancel %p-%j
	browseable = No

[musak]
 	comment = music from linux boxen 
  	path = /var/stuff/media/musak
   	read only = Yes

[pub]
 	comment = share for the subnet on linux boxen 
  	path = /mnt/extra/tmp
	writable = Yes

[dvd]
	comment = dvd drive on linux boxen
	writable = No
	locking = No
	path = /mnt/cdrom2
	#root preexec = /bin/mount /mnt/cdrom
	#root postexec = /bin/umount /mnt/cdrom


	  


syntax highlighted by Code2HTML, v. 0.9