-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tue, 27 Nov 2001, Reuben D Budiardja wrote:
>I want to share my file using samba so that it's accessible for public (read 
>only) without password. I've searched and looked documentation, but nothing 
>really works. Could someone help me on how to do this? Below is the part from 
>my samba.conf that I think should work (but it doesn't):
>
>[public]
>   comment = Public Stuff
>   path = /home/store
>   public = yes
>   guest ok = yes
>   writable = yes
>   printable = no
>   write list = @staff

There is a setting in the global section of smb.conf that defines what
user account will be used for guest access. Make sure it's set to an
existing non-privileged account, like "nobody":

  guest account = nobody

Also try telling Samba allow unknown users to access resources with guest
privileges:

  map to guest = bad user

Keep in mind that if you login to the Windows box using a username that
exists on the Samba box, then the password must also match. Win98SE and
later all use encrypted passwords, which will require you to setup Samba
for encrypted passwords. The instructions for this are in ENCRYPTION.txt.

Tony
- -- 
Anthony E. Greene <[EMAIL PROTECTED]> <http://www.pobox.com/~agreene/>
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D
Chat: AOL/Yahoo: TonyG05
Linux. The choice of a GNU generation <http://www.linux.org/>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Anthony E. Greene <[EMAIL PROTECTED]> 0x6C94239D

iD8DBQE8BJE8pCpg3WyUI50RAot1AJ0f3ME8nPYN3/6poLs1ZCSpmE7rVgCg9P/N
HASAOQmO5z96zjdyklLaCbI=
=mrQR
-----END PGP SIGNATURE-----



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to