Networking Forums

Networking Forums > Computer Networking > Linux Networking > CUPS - how to allow a LAN user to resubmit a job

Reply
Thread Tools Display Modes

CUPS - how to allow a LAN user to resubmit a job

 
 
seaPea
Guest
Posts: n/a

 
      03-02-2009, 05:15 PM
I want to allow anyone on our LAN to resubmit a job , but not to do
any other administration type tasks.
going to
http://ls.a.c:631/
works fine, though it allows users to go into admin.
getting to the jobs (http://ls.a.c:631/jobs/) also works.

but resubmitting the job
(http://ls.a.c:631/jobs/?op=restart-j..._printer_uri=/
printers/TDL)
results in "client-error-forbidden"

If I try on the server, using localhost, then it works fine.

here is the cupsd.conf file , with all comments removed.
CODE
LogFilePerm 0600
MaxLogSize 2000000000

LogLevel info

PreserveJobFiles Yes
Printcap /etc/printcap

PrintcapFormat Solaris

User lp
Group sys

Timeout 175

<Location />
Order Allow,Deny
Allow From 192.168.1.*
Allow From 127.0.0.1
</Location>


<Location /jobs>
Order Allow,Deny
Allow From 192.168.1.*
Allow From 127.0.0.1
</Location>



<Location /admin>

AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
Allow From 192.168.1.*
Allow From 127.0.0.1
</Location>

<Location /printers/test>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
</Location>
<Location /printers/DT128>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
Allow from All
</Location>
<Location /printers/5si>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
</Location>
<Location /printers/Tek>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
Allow from All
</Location>
<Location /printers/TDL>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
Allow from All
</Location>
Browsing On
BrowseProtocols cups
BrowseOrder Deny,Allow
BrowseAddress 192.168.1.255
BrowseAllow from 192.168.1.0/255.255.255.0
Listen *:631
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
CUPS printer hangs after inactivity, requires CUPS restart Frnak McKenney Linux Networking 0 07-28-2005 11:56 PM
CUPS Lieven Linux Networking 1 11-10-2004 02:31 PM
Cups with more than one network? Sensei Linux Networking 0 10-07-2004 03:14 PM
Cups Juerg Schwarz Linux Networking 3 12-07-2003 04:16 PM
PLEASE! Can someone help me with a CUPS problem? me Linux Networking 0 10-25-2003 05:54 PM



1 2 3 4 5 6 7 8 9 10 11