root / pykota / trunk / conf / pykotadmin.conf.sample @ 2028

Revision 2028, 1.6 kB (checked in by jalet, 19 years ago)

Modified copyright years

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# PyKota sample administrator's configuration file
2#
3# Copy it into the /etc/pykota/ directory under
4# the /etc/pykota/pykotadmin.conf name, and
5# ensure that only the root user and the user
6# the printing system is run as can read it.
7#
8# Under NO circumstances regular users should
9# be allowed to read this file.
10#
11# PyKota - Print Quotas for CUPS and LPRng
12#
13# (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>
14# This program is free software; you can redistribute it and/or modify
15# it under the terms of the GNU General Public License as published by
16# the Free Software Foundation; either version 2 of the License, or
17# (at your option) any later version.
18#
19# This program is distributed in the hope that it will be useful,
20# but WITHOUT ANY WARRANTY; without even the implied warranty of
21# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22# GNU General Public License for more details.
23#
24# You should have received a copy of the GNU General Public License
25# along with this program; if not, write to the Free Software
26# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
27#
28# $Id$
29#
30
31#
32# THIS FILE CONTAINS SENSITIVE DATAS LIKE A USERNAME AND PASSWORD
33# WHICH ALLOW READ/WRITE ACCESS TO YOUR PRINT QUOTA DATABASE.
34#
35# ONLY THE root USER AND THE USER THE PRINTING SYSTEM IS RUN AS
36# (e.g. lp) SHOULD BE ALLOWED TO READ THIS FILE !
37#
38
39#
40# THIS FILE CAN ONLY CONTAIN A [global] SECTION AND TWO FIELDS
41# NAMED storageadmin AND storageadminpw
42#
43
44[global]
45
46# Quota Storage administrator's name and password
47storageadmin: pykotaadmin
48# storageadminpw: Comment out if unused, or set to Quota Storage admin password
Note: See TracBrowser for help on using the browser.