Sending your smb.conf file might help to diagnose the problem.

Ask and you shall recieve. . . .
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


#/etc/smb.conf
#======================= Global Settings
=====================================
[global]

netbios name = server
   workgroup = marrnet
   server string = Samba Server %v
   hosts allow = 192.168.42. 127.
   load printers = yes
   printcap name = /etc/printcap
   printing = bsd
   log file = /var/log/samba.%m.%U
   max log size = 50
   security = user
   socket options = TCP_NODELAY
   interfaces = 192.168.42.1/24 127.0.0.1/24
   os level = 33
   domain master = yes
   preferred master = yes
   dns proxy = no
   username level = 3

#============================ Share Definitions
==============================
[homes]
   comment = Home Directories
   path = %H
   valid users = %S
   read only = no
   create mask = 0750
   browseable = no
   writable = yes

[public]
   comment = Public Files
   path = /home/ftp/pub
   guest ok = yes
   public = yes
   write list = @smbuser

[tmp]
   comment = Temporary file storage
   path = /tmp
   read only = yes

[lp]
   comment = HP LaserJet4L
   path = /var/spool/samba
   print ok = yes
   guest ok = no
   writable = no
   printable = yes



-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to