From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eve Atley" Subject: RE: Best way to enable 'guest' access onto Linux fileserver? Date: Wed, 23 Mar 2005 16:10:03 -0500 Message-ID: <000f01c52fec$aed9bde0$580aa8c0@lanadmin> References: <4241960D.2010507@surefoot.com> Reply-To: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit In-Reply-To: <4241960D.2010507@surefoot.com> Sender: linux-admin-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-admin@vger.kernel.org Thanks everyone who responded to this question. I have tested it, but still am unable to provide public access, either with or without a password. Perhaps I have set up something incorrectly. Allow me to present what's inside the smb.conf file... [global] workgroup = WOWCORP netbios name = SERVER server string = WOW corp server encrypt passwords = Yes obey pam restrictions = Yes pam password change = Yes passwd program = /usr/bin/passwd %u passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*al l*authentication*tokens*updated*successfully* unix password sync = Yes log file = /var/log/samba/%m.log max log size = 0 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 os level = 70 dns proxy = No hosts allow = 192.168.10. 127. printing = lprng guest account = samba map to guest = Bad User [home] path = /home invalid users = root bin linux daemon adm sync shutdown halt mail news uucp operator printable = no hide dot files = yes hide files = /.*/ admin user = eve writable = yes [public] comment = Public guest directory path = /home/shared/public public = yes writeable = yes browseable = yes printable = no guest ok = yes create mode = 0777 force create mode = 0777 force directory mode = 0777 security mask = 0777 hide dot files = yes hide files = /.*/ Etc.