[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

samba and cups



Hallo,

I have a probleme with printing from windows-Machines to Printers connect at 
different Linux-boxes.

I have a cups-server vor the network printer and different cups-server for 
printers connectet directly to linux boxes ( thin-clients). The samba-Server 
(3.0.24-6etch10)  is at a different Machine like the cups-server. The 
smb.conf for printing is:

 -- snip--
    
    cups server = cups-v1.mydomain.local
    printing = cups
    printcap name = cups

    [printers]
    comment = All Printers
    browseable = no
    path = /var/spool/samba
    printable = yes
    public = yes
    guest ok = yes
    writable = no
    create mode = 0700

[print$]
    comment = Printer Drivers
    path = /var/lib/samba/printers
    browseable = yes
    read only = yes
    guest ok = no
    write list = root, @cupsadmin

 the cupsd.conf at the cupsserver (1.3.2-1ubuntu7.7):

-- snip--

# Allow remote access
Port 631
#Listen /var/run/cups/cups.sock
# Enable printer sharing and shared printers.
Browsing On
BrowseOrder allow,deny
BrowseAllow @LOCAL
BrowseAddress @LOCAL
# DefaultAuthType Basic
DefaultAuthType none
<Location />
  # Allow shared printing and remote administration...
  Order allow,deny
  Allow @LOCAL
</Location>
<Location /admin>
  Require user @SYSTEM
  # Allow remote administration...
  Order allow,deny
  Allow @LOCAL
</Location>
<Location /admin/conf>
  Require user @SYSTEM
  # Allow remote access to the configuration files...
  Order allow,deny
  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-Subscription 
Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job 
Suspend-Current-Job Resume-Job CUPS-Move-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>

 <Limit Pause-Printer Resume-Printer Set-Printer-Attributes Enable-Printer 
Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Hel
d-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer 
Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After 
CUPS-Add-Printer CUPS-
Delete-Printer CUPS-Add-Class CUPS-Delete-Class CUPS-Accept-Jobs 
CUPS-Reject-Jobs CUPS-Set-Default>
    Require user @SYSTEM
    Order deny,allow
  </Limit>

  <Limit CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>

  # Only the owner or an administrator can cancel a job...
  <Limit Cancel-Job>
    Order deny,allow
    Require user @OWNER @SYSTEM
  </Limit>

  <Limit All>
    Order deny,allow
  </Limit>

</Policy>
Printcap /etc/printcap


The cupsd.conf at the thin-client has the same settings.
At the client is cups 1.2.7-4etch3 installed.
The /etc/cups/client.conf is no set at all machines.

The error i will see is for printing to a a Printer connectet to a other 
linux-box:

access_log.O:109.168178.20. - - [04/Jul/2008:11:54:06 +0200] 
"POST /printers/tcprinter HTTP/1.1" 200 80749 Print-Job 
client-error-not-authorized

thank for help

Monika
-- 
________________________________________________________________________________
Monika Strack
Institut fuer Nutztiergenetik 
Friedrich-Loeffler-Institut

31535 Neustadt               e-mail: monika.strack@fli.bund.de
Germany                      Tel: +49 5034 /871 154
                             Fax: +49 5034 /871 239
_______________________________________________________________________________


Reply to: