hallo Holger, Wilfried,

hier ganz genau, die ganze Datei.

Am 16.12.2014 um 20:20 schrieb Holger Baumhof:
Hallo Tobias,

wenn du die Namen haben willst, musst du das in die <Policy default>
rubrik einordnen.
dann cupsd neustart.

kannst du uns die genaue Zeile für die cupsd.conf geben?
In die Datei soll es ja, oder?


Hab die beiden Zeilen die ich immer ändern, kommentiert.

Grüße, #Tobias.

P.S. Timeout ist für das Libreoffice - timeout problem.


#
#
#   Sample configuration file for the Common UNIX Printing System (CUPS)
#   scheduler.  See "man cupsd.conf" for a complete description of this
#   file.
#
# customized for linuxmuster.net
# 27.03.2014
# [email protected]
#

# Log general information in error_log - change "info" to "debug" for
# troubleshooting...
LogLevel info

# Only listen for connections from the local machine.
ServerAlias *
# Allow remote access
Port 631
Listen /var/run/cups/cups.sock

# Enable printer sharing and shared printers.
Browsing On
BrowseOrder allow,deny
BrowseAllow all
BrowseRemoteProtocols CUPS dnssd
BrowseAddress 10.*
BrowseLocalProtocols CUPS dnssd

#Tobias
Timeout 36000


# Default authentication type, when authentication is required...
DefaultAuthType Basic

# Default access restrictions
<Location />
  # Allow shared printing...
  Order allow,deny
  Allow 10.*
</Location>
<Location /admin>
  Encryption Required
  Order allow,deny
  Allow localhost
  Allow 10.*
</Location>
<Location /admin/conf>
  AuthType Basic
  Require user @SYSTEM
  Order allow,deny
  Allow localhost
  Allow 10.*
</Location>

# Default printer/job policies
<Policy default>
  #Tobias
  JobPrivateValues none
<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-Held-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>
    AuthType Basic
    Require user @SYSTEM
    Order deny,allow
  </Limit>
  <Limit Cancel-Job CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit All>
    Order deny,allow
  </Limit>
</Policy>

# include printer access definitions
Include /etc/cups/access.conf


_______________________________________________
linuxmuster-user mailing list
[email protected]
https://mail.lehrerpost.de/mailman/listinfo/linuxmuster-user

Antwort per Email an