Printing: Difference between revisions

Add info about smb protocol
m fix spelling
Line 86: Line 86:
hardware.printers.ensurePrinters = [{
hardware.printers.ensurePrinters = [{
     # (other stuff...)
     # (other stuff...)
     deviceUri = "smb://print-server.com/somepriner";
     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";