Printing: Difference between revisions

m fix spelling
remove auth-info-required as it would belong to a specific ppdOptions (and currently does not work on my machine)
Line 87: Line 87:
     # (other stuff...)
     # (other stuff...)
     deviceUri = "smb://print-server.com/printername";
     deviceUri = "smb://print-server.com/printername";
    # If auth is required. Literary the string "username,password". DO NOT provide the actual username and password here!
    auth-info-required = "username,password";
   }];
   }];