Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lpc status prompts for password when using user authentification for job access #1018

Closed
michaelrsweet opened this issue Dec 9, 2004 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@michaelrsweet
Copy link
Collaborator

Version: 1.1.20
CUPS.org User: mickael.marchand

Hi,

I have setup cupsd so that it prompts people for their password when they want to remove a job.
This is working fine for printing and controlling jobs.

However, 'lpc status' for some reason prompts for a password too (to access the job list) whereas 'lpq' does the same work without any prompt. 'lpc status' asks the password when there is actually a job in the queue apparently, if there is none, it does not ask.

I believe 'lpc status' does not use the same code than 'lpq' to access the spool, it would be really fine to see 'lpc status' and 'lpq' use the same method since it breaks some apps that does not expect 'lpc status' to prompt for passwords ...

Cheers,
Mik

setup used for user auth in cupsd.conf (cups 1.1.20 from debian):
<Location /jobs>
AuthType Basic
AuthClass User

@michaelrsweet
Copy link
Collaborator Author

CUPS.org User: mike

Fixed in CVS - the anonymous CVS repository will be updated at midnight EST.

@michaelrsweet michaelrsweet added the enhancement New feature or request label Mar 17, 2016
@michaelrsweet michaelrsweet added this to the Stable milestone Mar 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant