Ryan, which GUI tools are you using?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/797252

Title:
  libcups asks for password when its not needed

Status in “cups” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: cups

  We have a cups-setup that allows remote printing when authenticated,
  and accepts local printing from a "trusted" network without
  authentication.

  The Location bock looks like this:

  <Location />
    # allow either authorized of remote users
    Satisfy any
    Order deny,allow
    # remote access needs to be authed.
    AuthType Default
    Require valid-user
    # local access is always allowed.
    Allow from 127.0.0.1
    Allow from a.b.c.d/255.255.255.0
    Deny from all
  </Location>

  When using cmd-line utils, like lpr, lpq, lprm and so on, it doesn't
  ask for a password, but when using GUI-programs that uses libcups they
  see the CUPS_PRINTER_AUTHENTICATED-flag on the printer and asks for
  username/password without needing to.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/797252/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to