15. November 2012 at 20:44
#23009
Either it is
Printer=SMB1 Host=PRINTMFD Name=MFD0003 PrinterID=”Xerox ColorQube 9301 PCL6″ enabled=yes
PrintCredentials=yes Username=xxx Password=Password1 Domain=xxx
This defines the credentials for ALL defined SMB printers.
Or it is:
Printer=SMB1 Host=PRINTMFD Name=MFD0003 PrinterID=”Xerox ColorQube 9301 PCL6″ enabled=yes Username=xxx Password=Password1 Domain=xxx
This defines credentials for only that printer. Note, that in the first example there are two lines and in the second one all is in one line and no “PrintCredentials=yes” included.
CG