Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: guy9000 on July 18, 2002, 04:43:14 AM
-
Hello everyone,
I've setup a machine with 5.5 and using it as a print server only. How can I let everyone one the LAN print to the printer that is connected to it. NB: I don't want to setup accounts for everyone on this print server. Guest printing is fine.
thank for any help,
guy9000
-
Dear guy9000
As fas a I know users will need to log on with a valid user/password combination to gain access to the printers on the sme server ie the printers are network resources. You could set up a guest account & password that everyone uses and that way they will get printer access.
We have a similar situation to yours with guest users who are only temporarily using the network, so they just use the same guest user account/password.
Ray
-
Thanks for your reply,
What I've done for now is change the smb.conf file.
[global]
# from:
map to guest = never
# to:
map to guest = bad user
[printers]
#from:
browseable = no
guest ok = no
writable = no
# to:
browseable = yes
guest ok = yes
writable = yes
now anyone any print.
-guy9000