@OWNER can't move jobs

Don Prezioso dprez at ashland.edu
Thu Jan 31 11:27:14 PST 2008


Users are unable to move their own jobs. I think I have the cupsd.conf set up to allow users to move their own jobs, but it is not working for some reason. When a user attempts to move their own job, they are repeatedly prompted for a username/password. If I set myself up with the 'lp' group I am able to move anyone's job (that is how I intend it), so I know the move function works, and that it works when being run from my normal workstation. When I remove the 'lp' group, I can't even move my own jobs, but I can cancel, hold, and restart them. Any ideas what I am doing wrong?

Here is my cupsd.conf:

LogLevel debug
SystemGroup sys root
DefaultAuthType Basic
<Location />
  Encryption Required
  # Allow remote administration...
  Order allow,deny
  Allow 172.16.*
  Allow 10.*
  Allow @LOCAL
</Location>
<Location /admin>
  Encryption Required
  # Allow remote administration...
  Order allow,deny
  Allow 172.16.*
  Allow 10.*
  Allow @LOCAL
</Location>
<Location /admin/conf>
  Encryption Required
  AuthType Default
  Require user @SYSTEM
  # Allow remote access to the configuration files...
  Order allow,deny
  Allow 172.16.*
  Allow 10.*
  Allow @LOCAL
</Location>
<Policy default>
  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscri
ption Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job>
    Require user @OWNER @SYSTEM @lp @adm
    Order deny,allow
    Allow @LOCAL
    Allow 172.16.*
    Allow 10.*
  </Limit>
  <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
    AuthType Default
    Require user @SYSTEM @adm
    Order deny,allow
    Allow @LOCAL
    Allow 172.16.*
    Allow 10.*
  </Limit>
  <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-
Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept
-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM @lp @adm
    Order deny,allow
    Allow @LOCAL
    Allow 172.16.*
    Allow 10.*
  </Limit>
  <Limit Cancel-Job CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM @lp @adm
    Order deny,allow
    Allow @LOCAL
    Allow 172.16.*
    Allow 10.*
  </Limit>
  <Limit All>
    Order deny,allow
  </Limit>
</Policy>
# Show shared printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseAllow all
BrowseProtocols cups
# Allow remote access
Port 631

Thanks in advance for any help.

Don




More information about the cups mailing list