markim1979
(usa Ubuntu)
Enviado em 22/02/2013 - 10:38h
Olá amigos, bom dia!
Estou com um problema FDP aqui na empresa, tive que formatar o servidor PDC aqui e configurar tudo novamente com squid + proxy autenticado, antes não tinha.
Bom, o servidor principal esta com DEBIAN SQUEEZE, SAMBA 3.5.6, SQUID COM AUTENTICACAO, tudo fundando legal.
Aqui tenho outro servidor que é de Backup e Impressão porém, desde que formatei o servidor principal, ele começou a pedir senha para adicionar impressora do cups nas estações, ja até o formatei, fiz e refiz todas as configurações de samba e cups, ele está no dominio do Samba e já não sei mais o que fazer.
Meu .conf do CUPS
LogLevel info
SystemGroup lpadmin
Port 631
Listen /var/run/cups/cups.sock
Browsing On
BrowseOrder allow,deny
BrowseAllow @LOCAL
BrowseAddress @LOCAL
DefaultAuthType Basic
<Location />
Order deny,allow
Deny From All
Allow localhost
Allow From 192.168.100.*
</Location>
<Location /admin>
Order deny,allow
Deny From All
Allow localhost
Allow From 192.168.100.*
</Location>
<Location /admin/conf>
AuthType Basic
Require user @SYSTEM
Order deny,allow
Deny From All
Allow localhost
</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-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 CUPS-Authenticate-Job>
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit Cancel-Job>