[global]
 
# workgroup = NT-Domain-Name or Workgroup-Name
	workgroup = nt-federal
 
# server string is the equivalent of the NT Description field
	server string = servidor samba
 
# the smb.conf man page
   hosts allow = 10.11.60.1. 10.11.60.254.
 
# if you want to automatically load your printer list rather
# than setting them up individually then you'll need this
	printcap name = /etc/printcap
	load printers = yes
	printing = cups
 
;  guest account = pcguest
 
	log file = /var/log/samba/%m.log
 
# Put a capping on the size of the log files (in Kb).
	max log size = 5000
	smb passwd file = /etc/samba/smbpasswd
 
# The following is needed to keep smbclient from spouting spurious errors
# when Samba is built with support for SSL.
;   ssl CA certFile = /usr/share/ssl/certs/ca-bundle.crt
 
;	unix password sync = Yes
;	passwd program = /usr/bin/passwd %u
;	passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
;	pam password change = yes
 
 
 
;[public]
 ;  comment = Public Stuff
  ; path = /servidor
   ;public = yes
   ;writable = yes
   ;printable = yes
   #write list = @staff
 
 
 
;[servidor]
;	path = /servidor
;	public = yes
;	browseable = yes
;	writeable  =  yes
;	read only = no
;	valid users = no 
;	;invalid users = %S
[public]
	comment = Public Stuff
	path = /root
	read only = No
	guest ok = Yes
	printable = Yes