If I wanna make my users connect to a share or printer without providing a log and password, how I do that? I can create a account on the samba server for all my users, but I dont wanna do that, I wanna give them access to the shares even if they put the wrong password, or use a login who isnt in the /etc/passwd of the samba server. Some idea? Thanks!
On Fri, 3 Mar 2000 04:09:06 +1100, hai scritto:>If I wanna make my users connect to a share or printer without providing a >log and password, how I do that?Set up an account, say smbguest. Give smbguest user access to the share and see that it's able to print. Then in smb.conf guest account = smbguest map to guest = bad user then in every share (disk or printer) put: guest ok = yes -- giulioo@pobox.com