On Tue 31 Dec 2002 07:33:26 +0000(-0800), Bill Moseley wrote: > > Also, when I followed the instructions for setting up CUPS for printing > trying to print from Windows to linux asked for a password. Password for > what user?? > > This is what I finally setup for my printer to allow access: > > [printers]
> comment = All Printers > browseable = no > path = /tmp > printable = yes > # change to public > public = yes > guest ok = yes > writable = no > create mode = 0700 Bill, I think you also need "guest only = Yes" to suppress the password. This works for me from Windows 95a, and with share level security. Here's my printers section: [printers] comment = All Printers path = /tmp create mask = 0700 guest only = Yes guest ok = Yes printable = Yes printing = cups print command = lpr -oraw -r -P'%p' %s browseable = No -- Cheers, Clive -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]