2) "AUTH" was just the first string that looked good. "SECURITY" would work
as well and is probably less confusing.
3) Other IPP drafts talk about authorization/access control policy: Model
document, section 8 contains most of it. In general, they discuss potential
security policies (e.g. only the job creator may be allowed to cancel the
job) but not the security mechanisms. An ACL on the server is a perfectly
fine way of controlling access, but IPP 1.0 is silent on how it's done. So
for now, it's implementation dependent. To quote from the model document
(page 123-124 of the June 30th draft)
"Once the authenticated identity of the requester has been supplied to
the IPP object, the object uses that identity to enforce any
authorization policy that might be in place. For example, one site's
policy might be that only the job owner is allowed to cancel a job.
The details and mechanisms to set up a particular access control
policy are not part of IPP/1.0, and must be established via some other
type of administrative or access control framework. However, there
are operation status codes that allow an IPP server to return
information back to a client about any potential access control
violations for an IPP object."
/John