summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-03-19 13:15:56 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-03-19 13:15:56 -0400
commit658c64bf2ed2553121c3679eb24c7beda99a7ddc (patch)
tree50ee9d4ec9b30f2b0276f0c96066cb86826c1e8a /doc
parent84047a015c344936ef46b514099ab01dbea3cfd2 (diff)
downloadcups-658c64bf2ed2553121c3679eb24c7beda99a7ddc.tar.gz
Include cupsJobPassword keyword in generated PPDs (Issue #5265)
Diffstat (limited to 'doc')
-rw-r--r--doc/help/spec-ppd.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/help/spec-ppd.html b/doc/help/spec-ppd.html
index 85602be26..53f156bb7 100644
--- a/doc/help/spec-ppd.html
+++ b/doc/help/spec-ppd.html
@@ -1882,7 +1882,20 @@ http://www.vendor.com/help"
<p class='summary'>*cupsJobPassword: "format"</p>
-<p>This keyword defines the format of the job-password IPP attribute, if supported by the printer. Currently the only supported format is "1111" indicating a 4-digit PIN code.</p>
+<p>This keyword defines the format of the "job-password" IPP attribute, if supported by the printer. The following format characters are supported:</p>
+
+<ul>
+ <li><code>1</code>: US ASCII digits.</li>
+ <li><code>A</code>: US ASCII letters.</li>
+ <li><code>C</code>: US ASCII letters, numbers, and punctuation.</li>
+ <li><code>.</code>: Any US ASCII printable character (0x20 to 0x7e).</li>
+ <li><code>N</code>: Any Unicode digit character.</li>
+ <li><code>U</code>: Any Unicode letter character.</li>
+ <li><code>*</code>: Any Unicode (utf-8) character.</li>
+</ul>
+
+<p>The format characters are repeated to indicate the length of the
+password string. For example, "1111" indicated a 4-digit US ASCII PIN code.</p>
<p>Example:</p>