82
Appendix C
Example 3: Defining an SMB Printer to Use User Credentials Cached
by ThinOS (Advanced)
NOTE
: This method requires that the user log in to ThinOS so that the credentials can
be cached for later use. The example INI section provided below provides the
minimum requirements you need.
Signon=NTLM
Connect=RDP \
Host=1.2.3.4 \
Username=$UN \
Password=$PW \
Domain=$DN \
AutoConnect=1
Printer=SMB1 \
LocalName="Demo SMB Printer"\
Host=\\dp-dc-ftp \
Name="TechSupportPrinter" \
PrinterID="HP LaserJet 4100 Series PCL"\
Enabled=yes \
Username=$UN \
Password=$PW \
Domain=$DN
NOTE
: The PrinterID is the exact text of the Windows printer driver name, so if a printer
driver is named HP LaserJet 4100 Series PCL in Windows, then it must be exactly the
same in the PrinterID field in the INI parameters including capitalizations and spaces.