[School-GNU-Linux] Re: network printing - drc kasaragod

On Jan 11, 2008 4:44 PM, augustine bernad <benprescilla@xxxxxxxxxxx> wrote:
> sir,
>     I hereby sending u the attachment of the cupsd.conf of network printer.
> please give solution.

Sharing the printer
    * To enable remote administration, and remote printing for
CUPS-aware software, add or amend these sections in
/etc/cups/cupsd.conf

Access permissions for everywhere (printers, classes, jobs):
            <Location />
            Order Deny,Allow
            Deny from None
            Allow from All
            </Location>
Access permissions for printers:
            <Location /printers>
            AuthType None
            Order Deny,Allow
            Deny from None
            Allow from All
            </Location>

Access permissions for administration functions (this allows access to
those in the system group):
            <Location /admin>
            AuthType Basic
            AuthClass System
            Order Deny,Allow
            Deny From All
            Allow from All
            </Location>

      You may need to restart CUPS after doing this.
(/etc/init.d/cupsys restart)

You can remotely access CUPS printer configuration using a web
browser, at http://<server ip>:631 or with the gnome-cups-manager (
Desktop->Administration->Printing)
For Tips and Tricks on School GNU/Linux visit
http://support.space-kerala.org

To change your subscription options to this list visit
http://support.space-kerala.org/mailinglist.html


Other related posts: