Имеем группу машин на Ubuntu. На одной , где установлена 9.04, стоит расшаренный принтер HP 1022. Все настройки принтера установлены на максимальные разрешения.
С других машин под Ubuntu 10.04 при печати на этом принтере каждый раз требует аутентификацию . При печати с виндовых машин никакого пароля не запрашивает. На компе с 9.04 так же имеется расшаренная папка, куда свободно заходят и с виндовых станций, и с убунтовских.
Вопрос - как убрать запрос аутентификации при печати с Ubuntu 10.04 ?
localhost - - [15/Jun/2010:12:52:46 +0400] "POST /printers/HP-LaserJet-1022 HTTP/1.1" 200 313255 Print-Job successful-ok
localhost - - [15/Jun/2010:12:52:47 +0400] "POST / HTTP/1.1" 200 151 Get-Notifications successful-ok
localhost - - [15/Jun/2010:12:52:47 +0400] "POST / HTTP/1.1" 200 132 Get-Printer-Attributes successful-ok
localhost - - [15/Jun/2010:12:52:47 +0400] "POST / HTTP/1.1" 200 132 Get-Printer-Attributes successful-ok
localhost - - [15/Jun/2010:12:52:47 +0400] "POST / HTTP/1.1" 200 132 Get-Printer-Attributes successful-ok
localhost - - [15/Jun/2010:12:52:47 +0400] "POST / HTTP/1.1" 200 183 Get-Notifications successful-ok
localhost - - [15/Jun/2010:12:52:47 +0400] "POST / HTTP/1.1" 200 132 Get-Printer-Attributes successful-ok
localhost - - [15/Jun/2010:12:52:47 +0400] "POST / HTTP/1.1" 200 132 Get-Printer-Attributes successful-ok
localhost - - [15/Jun/2010:12:52:55 +0400] "POST / HTTP/1.1" 200 183 Get-Notifications successful-ok
localhost - - [15/Jun/2010:12:52:55 +0400] "POST / HTTP/1.1" 200 132 Get-Printer-Attributes successful-ok
localhost - - [15/Jun/2010:12:52:55 +0400] "POST / HTTP/1.1" 200 132 Get-Printer-Attributes successful-ok
localhost - - [15/Jun/2010:12:53:00 +0400] "POST / HTTP/1.1" 200 250 Create-Printer-Subscription successful-ok
localhost - - [15/Jun/2010:12:53:00 +0400] "POST / HTTP/1.1" 200 327 CUPS-Get-Printers successful-ok
localhost - - [15/Jun/2010:12:53:00 +0400] "POST / HTTP/1.1" 200 327 CUPS-Get-Printers successful-ok
localhost - - [15/Jun/2010:12:53:00 +0400] "POST / HTTP/1.1" 200 327 CUPS-Get-Printers successful-ok
localhost - - [15/Jun/2010:12:53:00 +0400] "POST / HTTP/1.1" 200 129 CUPS-Get-Classes successful-ok
localhost - - [15/Jun/2010:12:53:00 +0400] "POST / HTTP/1.1" 200 75 CUPS-Get-Default successful-ok
localhost - - [15/Jun/2010:12:53:01 +0400] "POST / HTTP/1.1" 200 151 Get-Notifications successful-ok
localhost - - [15/Jun/2010:12:53:10 +0400] "POST / HTTP/1.1" 200 132 Get-Printer-Attributes successful-ok
localhost - - [15/Jun/2010:12:53:10 +0400] "POST / HTTP/1.1" 200 211 Get-Printer-Attributes successful-ok
localhost - - [15/Jun/2010:12:53:10 +0400] "GET /ppd/HP-LaserJet-1022.ppd HTTP/1.1" 200 20564 - -
localhost - - [15/Jun/2010:12:53:36 +0400] "POST / HTTP/1.1" 200 150 Cancel-Subscription successful-ok
localhost - - [15/Jun/2010:12:55:52 +0400] "POST / HTTP/1.1" 200 129 CUPS-Get-Printers successful-ok
localhost - - [15/Jun/2010:12:55:52 +0400] "POST / HTTP/1.1" 200 129 CUPS-Get-Classes successful-ok
localhost - - [15/Jun/2010:12:56:07 +0400] "POST / HTTP/1.1" 200 129 CUPS-Get-Printers successful-ok
localhost - - [15/Jun/2010:12:56:07 +0400] "POST / HTTP/1.1" 200 129 CUPS-Get-Classes successful-ok
localhost - - [15/Jun/2010:13:08:53 +0400] "POST / HTTP/1.1" 200 129 CUPS-Get-Printers successful-ok
localhost - - [15/Jun/2010:13:08:53 +0400] "POST / HTTP/1.1" 200 129 CUPS-Get-Classes successful-ok
localhost - - [15/Jun/2010:13:09:08 +0400] "POST / HTTP/1.1" 200 129 CUPS-Get-Printers successful-ok
localhost - - [15/Jun/2010:13:09:08 +0400] "POST / HTTP/1.1" 200 129 CUPS-Get-Classes successful-ok
E [09/Jun/2010:16:53:09 +0400] Pause-Printer: Unauthorized
E [09/Jun/2010:16:53:22 +0400] Resume-Printer: Unauthorized
E [09/Jun/2010:16:59:09 +0400] Pause-Printer: Unauthorized
E [09/Jun/2010:17:03:12 +0400] Resume-Printer: Unauthorized
E [09/Jun/2010:17:07:57 +0400] Resume-Printer: Unauthorized
E [09/Jun/2010:17:13:42 +0400] cupsdAuthorize: Local authentication certificate not found!
E [09/Jun/2010:17:13:42 +0400] Resume-Printer: Unauthorized
E [15/Jun/2010:09:42:53 +0400] Unknown directive Allow on line 25.
E [15/Jun/2010:09:42:53 +0400] Unknown directive Allow on line 26.
# Sample configuration file for the Common UNIX Printing System (CUPS)
# scheduler. See "man cupsd.conf" for a complete description of this
# file.
#
# Log general information in error_log - change "info" to "debug" for
# troubleshooting...
LogLevel warning
# Administrator user group...
SystemGroup lpadmin
# Only listen for connections from the local machine.
Listen localhost:631
Listen /var/run/cups/cups.sock
# Show shared printers on the local network.
Browsing Off
BrowseOrder allow,deny
BrowseAllow all
BrowseAddress @LOCAL
Allow From 127.0.0.1
Allow From 192.168.33.*
# Default authentication type, when authentication is required...
DefaultAuthType Basic
# Restrict access to the server...
<Location />
Order allow,deny
Allow From 127.0.0.1
Allow From 192.168.1.*
</Location>
# Restrict access to the admin pages...
<Location /admin>
Encryption Required
Order allow,deny
Allow From 127.0.0.1
Allow From 192.168.1.*
</Location>
# Restrict access to configuration files...
<Location /admin/conf>
AuthType Default
Require user @SYSTEM
Order allow,deny
Allow From 127.0.0.1
Allow From 192.168.1.*
</Location>
# Set the default printer/job policies...
<Policy default>
# Job-related operations must be done by the owner or an administrator...
<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>
# All administration operations require an administrator to authenticate...
<Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
AuthType Default
Require user @SYSTEM
Order deny,allow
</Limit>
# All printer operations require a printer operator to authenticate...
<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
Order deny,allow
Allow From 127.0.0.1
Allow From 192.168.1.*
</Limit>
# Only the owner or an administrator can cancel or authenticate a job...
<Limit Cancel-Job CUPS-Authenticate-Job>
Require user @OWNER @SYSTEM
Order deny,allow
Allow From 127.0.0.1
Allow From 192.168.1.*
</Limit>
<Limit All>
Order deny,allow
Allow From 127.0.0.1
Allow From 192.168.1.*
</Limit>
</Policy>