hey friends,<br>
<br>
I have configured samba for my domain.Now I want to allow guest acess to some samba shares and printers.<br>
<br>
There are few laptops with Windows Home Edition running on them and I
want to allow them to print to the printers attached to the FC3
machine.I am using security as domain in that case the user
authentication is done by the Windows 2003 server and guest account is
enabled on the Windows 2003 server.<br>
<br>
My smb.conf is below<br>
<br>
workgroup = sun<br>
netbios name = server2<br>
guest account = nobody<br>
security = domain<br>
password server = <a href="http://server.sun.com">server.sun.com</a><br>
<br>
[utilities2]<br>
path=/utilities2<br>
public = yes<br>
writeable = yes<br>
guest ok = yes<br>
<br>
[printers]<br>
   comment = All Printers<br>
   path = /var/spool/samba<br>
   browseable = no<br>
   guest ok = yes <br>
   writable = no<br>
   printable = yes<br>
   public = yes <br>
   printer admin = root <br>
   printing = cups<br>
   use client driver = yes<br>
<br>
[homes]<br>
   comment = Home Directories<br>
   browseable = no<br>
   writeable = yes<br>
   hide dot files = yes<br>
   veto files = /*MAILDIR*/<br>
<br>
Everytime I try to access the utilities2 shares or printers the Samba
asks for the username and password. I want to configure samba in such a
way that anybody within my domain can access to these shares and
printers.<br>
<br>
What modifications I have to do to enable guest access to some of the shares.<br>
<br>
<br>
Thanks & Regards<br>
<br>
Ankush Grover<br>