[linux] cups en Windows printing ...
Ron Bogerd
Ron.Bogerd op bibliotheeknieuwegein.nl
Zo Sep 30 13:37:50 CEST 2007
Middag,
Ben bezig met cups om een windowsnetwerk te kunnen laten printen. Cups
geconfigureerd op een Debianserver en printer aangesloten. Vanaf de server
kan ik printen maar vanaf de Windows PC's wil het niet lukken. Opgenomen in
/etc/cups/cupsd.conf:
AccessLog /var/log/cups/access_log
DefaultCharset notused
ErrorLog /var/log/cups/error_log
# Show general information in error_log.
LogLevel info
Printcap /var/run/cups/printcap
# Allow remote access
Port 631
<Location />
AuthType None
# Allow shared printing and remote administration...
Order allow,deny
Allow @LOCAL
Allow From 10.0.0.*
</Location>
<Location /jobs>
AuthType Basic
AuthClass User
</Location>
<Location /printers>
AuthType None
Order Deny,Allow
Deny From None
Allow From All
</Location>
<Location /admin>
AuthType Basic
AuthClass System
# Allow remote administration...
Order allow,deny
Allow @LOCAL
Allow 10.0.0.33
</Location>
# Enable printer sharing and shared printers.
Browsing On
BrowseOrder allow,deny
BrowseAllow @LOCAL
BrowseAddress @LOCAL
# Allow remote access to the configuration files...
<Location /admin/conf>
AuthType Basic
Require user @SYSTEM
Order allow,deny
Allow @LOCAL
</Location>
<Policy default>
# Job-related operations must be done by the owner or an adminstrator...
<Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs
Set-Job-Attributes Create-Job-S
ubscription Renew-Subscription Cancel-Subscription Get-Notifications
Reprocess-Job Cancel-Current-Job Suspe
nd-Current-Job Resume-Job CUPS-Move-Job>
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
# All administration operations require an adminstrator to authenticate...
<Limit Pause-Printer Resume-Printer Set-Printer-Attributes Enable-Printer
Disable-Printer Pause-Printer-A
fter-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer
Activate-Printer Restart-Printer Sh
utdown-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
CUPS-Add-Device CUPS-Delete-Dev
ice>
AuthType Basic
Require user @SYSTEM
Order deny,allow
</Limit>
<Limit All>
Order deny,allow
</Limit>
</Policy>
Wat zie ik over het hoofd ???
---
Ron Bogerd
Bibliotheek Nieuwegein
hoofd afdeling I&A
<mailto:Ron.Bogerd op bibliotheeknieuwegein.nl>
Ron.Bogerd op bibliotheeknieuwegein.nl
<http://www.bibliotheeknieuwegein.nl> http://www.bibliotheeknieuwegein.nl
---
More information about the Linux
mailing list