[cups.bugs] Re: [LOW] STR #1176: Cancel any job via web-frontend

Michael Sweet mike at easysw.com
Tue Jun 21 11:39:17 PDT 2005


[STR Closed w/Resolution]

This has never worked from the web interface without authentication, e.g.:

    <Location /jobs>
    <Limit GET>
    AuthType Basic
    Require valid-user
    </Limit>
    </Location>

CUPS 1.2 adds IPP operation policies, so we'll be able to ask for a
username and password as needed, and you can configure the software to
allow any user to cancel any user's job, trust the requesting-user-name,
or require authentication.

Link: http://www.cups.org/str.php?L1176
Version: 1.1.23
Fix Version: 1.2-current (r4540)





More information about the cups-devel mailing list