[LUNI] CUPS printing issues

Mike Scott mscott at pyewacket.org
Sat Dec 18 12:32:49 CST 2004


On Fri, 2004-12-17 at 21:29, Walter wrote:
> As for passwords, you should remember that this is basically a webserver, so you have two choices, 
> basic and digest. Basic  authentication, which I believe is default, uses the systems users and 
> passwords stored in /etc/passwd or wherever.  Digest uses it's own password file in 
> /etc/cups/passwd.md5 file. To add users to this file you need to use the lppasswd program. To verify 
> what type of password authentication is being used look for the "AuthType" directive in the 
> /etc/cups/cupsd.conf file.

Thanks, that seems to have done the trick.  The authentication in
cupsd.conf was set to:

AuthType BasicDigest
AuthClass Group
AuthGroupName sys

I changed it to:

AuthType Basic
AuthClass User

And restarted the cupsd deamon.  Now I'm able to get into the web
interface without a password prompt.  While this is probably less secure
than it was, I'm the only one on this system or LAN, so I'm not too
worried.  Thanks for the help.

-- 
- Mike Scott
- mscott at pyewacket.org



More information about the luni mailing list