Printing: Difference between revisions
Turbotimon (talk | contribs) Add info about smb protocol |
Turbotimon (talk | contribs) m fix spelling |
||
Line 86: | Line 86: | ||
hardware.printers.ensurePrinters = [{ | hardware.printers.ensurePrinters = [{ | ||
# (other stuff...) | # (other stuff...) | ||
deviceUri = "smb://print-server.com/ | deviceUri = "smb://print-server.com/printername"; | ||
# If auth is required. Literary the string "username,password". DO NOT provide the actual username and password here! | # If auth is required. Literary the string "username,password". DO NOT provide the actual username and password here! | ||
auth-info-required = "username,password"; | auth-info-required = "username,password"; |