You are not logged in.
Pages: 1
In trying to add a printer CUPS presents a login pop-up. The user credentials are not accepted. Searching Google shows some saying that CUPS wants the Root user credentials. I don't know how to create the root user.
Is this the issue with CUPS login credentials? If so how to solve the problem?
Last edited by bushy3 (2018-05-01 23:53:12)
Offline
Problem solved, I discovered how to create the root account, thanks google ;-)
Cups accepted the root credentials.
Offline
Debian wants you to be a member of the lpadmin group in order to administer printers in Cups.
The way you do this is:
sudo usermod -a -G lpadmin username
where username is the name of your currently logged in user.
Offline
Debian wants you to be a member of the lpadmin group in order to administer printers in Cups.
The way you do this is:sudo usermod -a -G lpadmin username
where username is the name of your currently logged in user.
Good alternative to root there.
Edit:Typo
Last edited by altman (2018-05-02 11:12:35)
My Linux installs are as in my music; it s on Metal
Offline
Pages: 1