Skip to main content
deleted 481 characters in body
Source Link

Under Debian Buster, I am looking for a solution to print with CUPS but without having to provide the password each time. Under Windows, I just had to enter the credentials for the desired printer port and when printing it no longer asked for a password.

How to do the same in Debian?

For information, for the sake of traceability, each user is authenticated by an account created on the CUPS server and our printers are not directly visible. You have to go through the CUPS server redirected by the /etc/cups/client.conf file of each client with the ServerName directive and pre-populated when printed by the User directive.


So I found a solution.

Printer's URI must looks like this : ipp://USER:PASSWD@CUPS_SERVER:631/printers/PRINTER

ex : ipp://lnj:[email protected]:631/printers/KONICA_MINOLTA_C280

Nota : with CUPS' default configuration, printers are available here : http://localhost:631/printers

See also this thread (in French)

So problem solved !

Under Debian Buster, I am looking for a solution to print with CUPS but without having to provide the password each time. Under Windows, I just had to enter the credentials for the desired printer port and when printing it no longer asked for a password.

How to do the same in Debian?

For information, for the sake of traceability, each user is authenticated by an account created on the CUPS server and our printers are not directly visible. You have to go through the CUPS server redirected by the /etc/cups/client.conf file of each client with the ServerName directive and pre-populated when printed by the User directive.


So I found a solution.

Printer's URI must looks like this : ipp://USER:PASSWD@CUPS_SERVER:631/printers/PRINTER

ex : ipp://lnj:[email protected]:631/printers/KONICA_MINOLTA_C280

Nota : with CUPS' default configuration, printers are available here : http://localhost:631/printers

See also this thread (in French)

So problem solved !

Under Debian Buster, I am looking for a solution to print with CUPS but without having to provide the password each time. Under Windows, I just had to enter the credentials for the desired printer port and when printing it no longer asked for a password.

How to do the same in Debian?

For information, for the sake of traceability, each user is authenticated by an account created on the CUPS server and our printers are not directly visible. You have to go through the CUPS server redirected by the /etc/cups/client.conf file of each client with the ServerName directive and pre-populated when printed by the User directive.

added 489 characters in body; edited title
Source Link

CUPS: overridesilent authentication printing password request

Under Debian Buster, I am looking for a solution to print with CUPS but without having to provide the password each time. Under Windows, I just had to enter the credentials for the desired printer port and when printing it no longer asked for a password.

How to do the same in Debian?

For information, for the sake of traceability, each user is authenticated by an account created on the CUPS server and our printers are not directly visible. You have to go through the CUPS server redirected by the /etc/cups/client.conf file of each client with the ServerName directive and pre-populated when printed by the User directive.


So I found a solution.

Printer's URI must looks like this : ipp://USER:PASSWD@CUPS_SERVER:631/printers/PRINTER

ex : ipp://lnj:[email protected]:631/printers/KONICA_MINOLTA_C280

Nota : with CUPS' default configuration, printers are available here : http://localhost:631/printers

See also this thread (in French)

So problem solved !

CUPS: override printing password request

Under Debian Buster, I am looking for a solution to print with CUPS but without having to provide the password each time. Under Windows, I just had to enter the credentials for the desired printer port and when printing it no longer asked for a password.

How to do the same in Debian?

For information, for the sake of traceability, each user is authenticated by an account created on the CUPS server and our printers are not directly visible. You have to go through the CUPS server redirected by the /etc/cups/client.conf file of each client with the ServerName directive and pre-populated when printed by the User directive.

CUPS: silent authentication printing

Under Debian Buster, I am looking for a solution to print with CUPS but without having to provide the password each time. Under Windows, I just had to enter the credentials for the desired printer port and when printing it no longer asked for a password.

How to do the same in Debian?

For information, for the sake of traceability, each user is authenticated by an account created on the CUPS server and our printers are not directly visible. You have to go through the CUPS server redirected by the /etc/cups/client.conf file of each client with the ServerName directive and pre-populated when printed by the User directive.


So I found a solution.

Printer's URI must looks like this : ipp://USER:PASSWD@CUPS_SERVER:631/printers/PRINTER

ex : ipp://lnj:[email protected]:631/printers/KONICA_MINOLTA_C280

Nota : with CUPS' default configuration, printers are available here : http://localhost:631/printers

See also this thread (in French)

So problem solved !

Source Link

CUPS: override printing password request

Under Debian Buster, I am looking for a solution to print with CUPS but without having to provide the password each time. Under Windows, I just had to enter the credentials for the desired printer port and when printing it no longer asked for a password.

How to do the same in Debian?

For information, for the sake of traceability, each user is authenticated by an account created on the CUPS server and our printers are not directly visible. You have to go through the CUPS server redirected by the /etc/cups/client.conf file of each client with the ServerName directive and pre-populated when printed by the User directive.