Displaying 2 results from an estimated 2 matches for "rec2tmp".
Did you mean:
  r2tmp
  
2007 Jan 05
1
Upgrading to Windows 2003 servers
...ment = rec2:/global/rols
        path = /global/rols
        guest ok = yes
        read only = no
        create mask = 0777
 
[maps]
      comment = rec2:/global/rols/rols4/maps
      path = /global/rols/rols4/maps
      guest ok = yes
      read only = no
      create mask = 0777
 
[rec2tmp]
      comment = rec2:/tmp
      path = /var/tmp
      guest ok = yes
      read only = no
      create mask = 0777
 
[data2]
        comment = rec2:/data2
        path = /data2
        guest ok = yes
        read only = no
        create mask = 0777
2006 Nov 26
1
starting Samba and removing PCNetlink
...dns proxy = no
[rols]
        comment = rec2:/global/rols
        path = /global/rols
        guest ok = yes
        read only = no
        create mask = 0777
[maps]
	comment = rec2:/global/rols/rols4/maps
	path = /global/rols/rols4/maps
	guest ok = yes
	read only = no
	create mask = 0777
[rec2tmp]
	comment = rec2:/tmp
	path = /tmp
	guest ok = yes
	read only = no
	create mask = 0777
[printers]
	path = /var/spool/samba
	printable = Yes
	browseable = No
        guest ok = no
        writable = no
        printable = yes
And here is a copy of the smb.conf from the host not working......
#...