CUPS - unable to resubmit jobs



I'm getting
client-error-forbidden
when i try to resubmint a job via the browser 631 port, from a pc on
the LAN and when using localhost on the CUPS server machine.

from cups errorlog
---------
I [03/Apr/2009:06:53:07 -0700] Started "/usr/lib/cups/cgi-bin/
jobs.cgi" (pid=10424)
E [03/Apr/2009:06:53:07 -0700] Unable to open /etc/cups/passwd.md5 -
No such file or directory
E [03/Apr/2009:06:53:07 -0700] restart_job: "" not authorized to
restart job id 34000 owned by "EOMuser"!
---------

contents of cupsd.conf
- - -
ServerAdmin rootem

User lp
Group sys

Timeout 175

<Location />
AuthClass System
AuthType None
Order Allow,Deny
Allow From 127.0.0.1
Allow From 192.168.1.*
Allow From 192.168.1.15
</Location>

<Location /jobs>
AuthClass System
AuthType None
Order Allow,Deny
Allow From 127.0.0.1
Allow From 192.168.1.*
Allow From 192.168.1.15
</Location>

<Location /admin>
AuthClass System
AuthType None
Order Deny,Allow
Allow From 127.0.0.1
Allow From 192.168.1.*
Allow From 192.168.1.15
</Location>

<Location /printers/TDLR>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.1.15
Allow From 192.168.1.*
AuthClass System
AuthType None
</Location>
Browsing On
BrowseProtocols cups
BrowseOrder Deny,Allow
BrowseAddress 192.168.1.255
BrowseAllow from 127.0.0.1
BrowseAllow from 192.168.1.0/255.255.255.0
BrowseAllow from 192.168.1.15
Listen *:631
- - -

What point am I missing here?
Doesn't AuthType None remove any requirements to login as a user?
Which user am I supposed to login as when i go to port 631 ?
Can I add a user to the cupsd.conf file and if so , how do I do so?

thanks.


.