← Back to team overview

sslug-teknik team mailing list archive

Re: CUPS/localhost:631 password

 

> Hvor ligger et evt. andet login informationssæt som kan drille?
> På forhånd tak

CUPS har en Digest authentication mode, hvor passworded bliver sat
via lppasswd.
CUPS opsætningsfilen hedder normalt /etc/cups/cupsd.conf og
selve cups passwordfilen ligger også der, hvis du altså bruger
AuthType Digest.
Man kan styre hvilke grupper der kan tilgå og sætte printere op,
hvilke brugere, etc. Du skal nok checke konfigurationen generellt.

Til printeropsætning står der hos mig (en SuSE 8.2)

<Location /admin>
#
# You definitely will want to limit access to the administration functions.
# The default configuration requires a local connection from a user who
# is a member of the system group to do any admin tasks.  You can change
# the group name using the SystemGroup directive.
#

AuthType Basic
AuthClass System

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

#Encryption Required
</Location>



Follow ups

References