authentication issues

Boaz Yarom boazya at post.tau.ac.il
Mon Nov 27 01:01:52 PST 2006


Hi,
we have cups and samba installed, and the printng works fine from both, but when trying to administrate the web gui I cannot get pass the user password.
also ,error log shows lots of the following message:

D [27/Nov/2006:10:58:48 +0200] cupsdAcceptClient: 9 from localhost:631 (IPv4)
D [27/Nov/2006:10:58:48 +0200] cupsdReadClient: 9 POST / HTTP/1.1
D [27/Nov/2006:10:58:48 +0200] cupsdAuthorize: No authentication data provided.
D [27/Nov/2006:10:58:48 +0200] CUPS-Get-Printers
D [27/Nov/2006:10:58:48 +0200] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [27/Nov/2006:10:58:48 +0200] cupsdReadClient: 9 POST / HTTP/1.1
D [27/Nov/2006:10:58:48 +0200] cupsdAuthorize: No authentication data provided.
D [27/Nov/2006:10:58:48 +0200] CUPS-Get-Classes
D [27/Nov/2006:10:58:48 +0200] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [27/Nov/2006:10:58:48 +0200] cupsdCloseClient: 9

to simplify things, I installed another cups serveron another machine. (no samba) and opened all privildges , still it asks for user and password (once) and it acts weird, user root enabled me access.(root not in lpadmin nor in lab (see folowing configuration:)

any help / idea /direction anyone ?
thanks in advance
Boaz Yarom


cupsd in the "new" server :

ServerName chubaka.cs.tau.ac.il
ServerAdmin system at cs.tau.ac.il
Classification none
DefaultCharset UTF-8
DefaultLanguage en
Printcap /var/run/cups/printcap
PrintcapFormat BSD
RemoteRoot remroot
SystemGroup lab lpadmin root
ServerCertificate /specific/etc/cups/ssl/server.crt
ServerKey /specific/etc/cups/ssl/server.key

<Location />
AuthType None
Encryption IfRequested
Satisfy All
Order deny,allow
Deny From All
Allow From All
</Location>

<Location /jobs>
AuthType None
Encryption IfRequested
Satisfy All
Order allow,deny
</Location>

<Location /admin>
AuthType None
Encryption IfRequested
Satisfy All
Order deny,allow
Deny From All
Allow From All
</Location>

HostnameLookups Off
KeepAlive On
KeepAliveTimeout 60
MaxClients 100
MaxRequestSize 0m
Timeout 300
Listen *:631
AccessLog /var/log/cups/access_log
ErrorLog /var/log/cups/error_log
PageLog /var/log/cups/page_log
MaxLogSize 9999m
LogLevel debug
PreserveJobHistory On
PreserveJobFiles Off
AutoPurgeJobs No
MaxJobs 0
MaxJobsPerPrinter 0
MaxJobsPerUser 0

User lp
Group lpadmin

RIPCache 8m
FilterLimit 0
DataDir /usr/share/cups
DocumentRoot /usr/share/cups/doc-root
RequestRoot /var/spool/cups
ServerBin /usr/lib/cups
ServerRoot /specific/etc/cups
TempDir /var/spool/cups/tmp
Browsing On
BrowseProtocols CUPS
BrowseInterval 30
BrowseTimeout 300
BrowseOrder allow,deny
ImplicitClasses On
ImplicitAnyClasses Off
HideImplicitMembers Yes
BrowseShortNames Yes





More information about the cups mailing list