Fixing CUPS login problems on SUSE

From www.ReeltoReel.nl Wiki
Revision as of 11:58, 19 August 2007 by Pvdm (talk | contribs) (New page: Fixing CUPS login problems on SuSE SUSE: What Password Do I Use At The Web Interface? SuSE defaults to using Digest passwords and "RunAsUser yes", which means you have to use the lppassw...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Fixing CUPS login problems on SuSE

SUSE: What Password Do I Use At The Web Interface?

SuSE defaults to using Digest passwords and "RunAsUser yes", which means you have to use the lppasswd command to add accounts and passwords.

To add a user named Steve:

     lppasswd -a Steve

Then enter and confirm a password.

SUSE does not follow the normal CUPS defaults and the lppasswd information doesn't follow changes to the normal accounts, causing a lot of confusion.

Any problems using this set up should be addressed to SUSE.

To set SUSE to the standard default settings of CUPS:

1) Goto /etc/cups/cups.conf

2) Change in <Location /admin> the AuthType: AuthType Basic

3) Change RunAsUser to No.