Gentoo Archives: gentoo-user-de

From: Sebastian Meisel <sebastianmeisel@×××.de>
To: gentoo-user-de@l.g.o
Subject: Re: [gentoo-user-de] Solved:Cups-1.2.5 nicht erreichbar
Date: Fri, 27 Oct 2006 11:42:04
Message-Id: 200610271343.37979.sebastianmeisel@web.de
In Reply to: Re: [gentoo-user-de] Solved:Cups-1.2.5 nicht erreichbar by Pablo Yanez Trujillo
1 Am Freitag, 27. Oktober 2006 13:27 schrieb Pablo Yanez Trujillo:
2 > kann sein, aber es wäre besser, wenn du selber verstehen würdest, wo das
3 > Problem lag ;)
4 Da das nicht ganz falsch ist -- hier sind die Abschnitte die cups.conf, mit
5 der der Fehler auftrat:
6
7 -->
8
9
10 ServerName localhost
11
12
13 <Location />
14 Encryption IfRequested
15 Satisfy All
16 Order allow,deny
17 Allow localhost
18 Allow 127.0.0.1
19 </Location>
20 <Location /admin>
21 Encryption Required
22 Satisfy All
23 Order allow,deny
24 Allow localhost
25 Allow 127.0.0.1
26 </Location>
27 <Location /admin/conf>
28 AuthType Basic
29 Require user @SYSTEM
30 Encryption IfRequested
31 Satisfy All
32 Order allow,deny
33 Allow localhost
34 Allow 127.0.0.1
35 </Location>
36
37
38 # Unknown
39 defaultauthtype Basic
40 <policy default>
41 <limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs
42 Set-Job-Attributes Create-Job-Subscription Renew-Subscription
43 Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job
44 Suspend-Current-Job Resume-Job CUPS-Move-Job>
45 require user @OWNER @SYSTEM
46 order deny,allow
47 </limit>
48 <limit Pause-Printer Resume-Printer Set-Printer-Attributes Enable-Printer
49 Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs
50 Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer
51 Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After
52 CUPS-Add-Printer CUPS-Delete-Printer CUPS-Add-Class CUPS-Delete-Class
53 CUPS-Accept-Jobs CUPS-Reject-Jobs CUPS-Set-Default>
54 authtype Basic
55 require user @SYSTEM
56 order deny,allow
57 </limit>
58 <limit Cancel-Job CUPS-Authenticate-Job>
59 require user @OWNER @SYSTEM
60 order deny,allow
61 </limit>
62 <limit All>
63 order deny,allow
64 </limit>
65 </policy>
66
67 <--
68
69 --
70 Sebastian Meisel
71 http://www.sebas-tea-an.de

Replies

Subject Author
Re: [gentoo-user-de] Solved:Cups-1.2.5 nicht erreichbar Pablo Yanez Trujillo <yanezp@×××××××××××××××××××××××.de>