I'm using cups-1.1.19-1 and have a printer named /printers/MyPrinter. As I want users to authenticate with Basic Auth to use it, I have a location entry in /etc/cupsd.conf:
<Location /printers/MyPrinter>
AuthType Basic
AuthClass User
Order Deny,Allow
Deny From All
Allow From 192.168.2.*
If a user tries to print to "MyPrinter" (using capital letters) lpr ask for a username/password, but if he uses the name myprinter (in lower case) the job is printed without asking for username and password.
Is it a known bug ? How can i solve it....
The text was updated successfully, but these errors were encountered:
Version: 1.1.19
CUPS.org User: adji.df.uba
I'm using cups-1.1.19-1 and have a printer named /printers/MyPrinter. As I want users to authenticate with Basic Auth to use it, I have a location entry in /etc/cupsd.conf:
<Location /printers/MyPrinter>
AuthType Basic
AuthClass User
Order Deny,Allow
Deny From All
Allow From 192.168.2.*
If a user tries to print to "MyPrinter" (using capital letters) lpr ask for a username/password, but if he uses the name myprinter (in lower case) the job is printed without asking for username and password.
Is it a known bug ? How can i solve it....
The text was updated successfully, but these errors were encountered: