summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-10-31 11:33:55 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-10-31 11:33:55 -0400
commit025b8ce8f637009f0df7a5bb5fa0a460dbb32b10 (patch)
tree4a34dba1cd89d53ccf33161eae9a5dd00dbb9ddd /doc
parent45f72738bbd835dc2028e0d50c335ea27dfdc15c (diff)
downloadcups-025b8ce8f637009f0df7a5bb5fa0a460dbb32b10.tar.gz
Update documentation of auth-info-required values (Issue #5674)
Diffstat (limited to 'doc')
-rw-r--r--doc/help/spec-ipp.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/help/spec-ipp.html b/doc/help/spec-ipp.html
index 3574cd658..8f0ad313d 100644
--- a/doc/help/spec-ipp.html
+++ b/doc/help/spec-ipp.html
@@ -35,7 +35,11 @@
<li><a href="http://ftp.pwg.org/pub/pwg/candidates/cs-ipptrans10-20131108-5100.16.pdf">PWG 5100.16: IPP Transaction-Based Printing Extensions</a></li>
- <li><a href="http://tools.ietf.org/html/rfc3998">RFC 3998: IPP Job and Printer Administrative Operations</a> (Disable-Printer, Enable-Printer, Hold-New-Jobs, and Release-Held-New-Jobs operations)</li>
+ <li><a href="http://tools.ietf.org/html/rfc3995">RFC 3995: IPP: Event Notifications and Subscriptions</a></li>
+
+ <li><a href="http://tools.ietf.org/html/rfc3996">RFC 3996: IPP: The 'ippget' Delivery Method for Event Notifications</li>
+
+ <li><a href="http://tools.ietf.org/html/rfc3998">RFC 3998: IPP: Job and Printer Administrative Operations</a> (Disable-Printer, Enable-Printer, Hold-New-Jobs, and Release-Held-New-Jobs operations)</li>
<li><a href="http://tools.ietf.org/html/rfc7472">RFC 7472: IPP over HTTPS Transport Binding and 'ipps' URI Scheme</a></li>
@@ -1614,11 +1618,13 @@ CUPS-Get-PPDs Response:
<li>'domain': A domain name is required.</li>
+ <li>'negotiate': Kerberos is required - this keyword can only appear by itself and causes cupsd to collect the UID of the printing user.</li>
+
<li>'none': No authentication is required - this keyword can only appear by itself.</li>
<li>'password': A password is required.</li>
- <li>'username': A username is required.</li>
+ <li>'username': A username is required. Some protocols (like SMB) prefix the username with the domain, for example "DOMAIN\user".</li>
</ul>