You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

okupion

Beginner

  • "okupion" started this thread

Posts: 2

Location: Uganda

  • Send private message

1

Tuesday, July 5th 2005, 12:08pm

CUPS configuration

Hi,

I'm running SuSE 9.2 Pro and have been setting up printers using Yast2. I've tried to setup CUPS to manage the printing, but I don't seem to be making any progress because the system asks for a user Login. I have never entered a login and password for print setup and so I'm stuck.

Any assistance on how to get around this is welcome.

okupion.

wysota

Trainee

Posts: 65

Location: Warsaw, POLAND

  • Send private message

2

Tuesday, July 5th 2005, 12:11pm

RE: CUPS configuration

Enter your superuser (root) login and password.
Live and let live - use the search engine.
"Use the docs Luke, use the docs!"

okupion

Beginner

  • "okupion" started this thread

Posts: 2

Location: Uganda

  • Send private message

3

Tuesday, July 5th 2005, 3:36pm

Thanks wysota. I tried that earlier, but it didn't work.

4

Saturday, August 20th 2005, 4:41am

try lmpasswd to set a user account and passwd that cups understands.

man lmpasswd

5

Saturday, August 20th 2005, 4:45am

cups passwd

Also, ensure that cupsd will accept a passwd

in your cupsd.conf file, set your AuthType for Admin to BasicDigest

<Location /admin>
AuthType BasicDigest
AuthClass Group
AuthGroupName sys

## Restrict access to local domain
Order Deny,Allow
Deny From All
Allow From 127.0.0.1

</Location>