It is now possible to silently use QuickCodes and the Azure Sign-on code with the directprint.io V3 Mac client application.
An example of the Azure Sign-on code
To silently use QuickCodes and/or the Azure Sign-on code, take the following steps:
- When installing the directprint.io application using JAMF or a similar deployment tool you also have the option to install a com.directprint.io.plist file (see attachment) onto the device (N.B. System not User level).
‘<HardDisk>/Library/Preferences/’
- Its contents must contain the following (see attached file as an example).
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DIRECTPRINT_QUICKCODES</key>
<string>xc12,i2vt</string><!-- change this to contain a list of QuickCodes -->
<key>DIRECTPRINT_SIGNON_CODE</key>
<string>uxep</string><!-- change this to your Azure Sign-on code -->
</dict>
</plist>