[cups] (no subject)

Axel Braun axel.braun at gmx.de
Thu Dec 5 06:28:29 PST 2019


Am Donnerstag, 5. Dezember 2019, 12:20:47 CET schrieb Fatin Aqashah:
> Why i cannot add the printer but always show the authentication required?
> Can you help mebto solve this ?

I guess this is in /etc/cups/cupsd.conf one of these settings:

<Location /admin/conf>
  AuthType Default
  Require user @SYSTEM
  Order allow,deny
</Location>

  <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class
CUPS-Delete-Class CUPS-Set-Default CUPS-Get-Devices>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
  </Limit>

-> please check the documentation!

HTH
Axel




More information about the cups mailing list