Can't Access Public Samba Share

Madison Kelly linux-5ZoueyuiTZhBDgjK7y7TUQ at public.gmane.org
Wed Oct 11 19:04:28 UTC 2006


JoeHill wrote:
> I've got someone's Windows box here for a cleaup, and for some reason it cannot
> access the public share on my Debian server. I can access the share without a
> user or pass from my Linux box, and my smb.conf looks (to me) like it should
> allow full access:
> 
> # A publicly accessible directory
> [public]
>    comment = Public
>    path = /home/samba/public
>    read only = no
>    writable = yes
>    create mask = 0644
>    directory mask = 755
>    browseable = yes
>    public = yes
>    guest ok = yes
> #   force user = name_of_my_main_user_ID
> #   force group = users
> 
> Is there anything else I should be looking for?
> 
> Thanks!
> 

Here is my smb.conf on my Debian machine... I haven't had any troubles. 
Have you added a user to 'smbpasswd'?

-=-=-=-
[global]
         workgroup = workgroup
         netbios name = akane
         log file = /var/log/samba/log.%m
         max log size = 1024
         socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
         printcap name = /etc/printcap
         os level = 33
         dns proxy = No
         hosts allow = 10.42.124., 127., 192.168.
         printing = cups
         print command =
         lpq command = %p
         lprm command =

wins support = no
[printers]
         comment = PDC Printers
         path = /var/spool/cups
         printer admin = root
         guest ok = Yes
         printable = Yes
         use client driver = Yes
         browseable = No

[share]
         comment = Maddy's Share
         path = /home/digimer/Share
         read only = No
         create mask = 0777
         directory mask = 0777
         guest ok = Yes
-=-=-=-
--
The Toronto Linux Users Group.      Meetings: http://gtalug.org/
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://gtalug.org/wiki/Mailing_lists





More information about the Legacy mailing list