You are not logged in.

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>