summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/ipac-ng/files/ipac.conf.1.30')
-rw-r--r--net-analyzer/ipac-ng/files/ipac.conf.1.3051
1 files changed, 0 insertions, 51 deletions
diff --git a/net-analyzer/ipac-ng/files/ipac.conf.1.30 b/net-analyzer/ipac-ng/files/ipac.conf.1.30
deleted file mode 100644
index 1e8f1f4..0000000
--- a/net-analyzer/ipac-ng/files/ipac.conf.1.30
+++ /dev/null
@@ -1,51 +0,0 @@
-# $Id: ipac.conf.1.30,v 1.2 2004/10/11 23:44:03 eldad Exp $
-
-# This is the main ipac-ng configuration file. It contains the
-# configuration directives that give the ipac-ng its instructions.
-
-## mode of operations: operate only like old ipac or not
-## please note: you *should* specify YES, unless you are kaiser13 :)
-## note2: you are trying to use 'ugly flawed experimental dangerous mode'
-## if you are using 'no', don't set it to no.
-
-## specify access agent
-# supported are: 'files', 'postgre'. 'files' works only with classic mode
-# did you specify 'yes' above? Then you should set this here to 'files'.
-access agent = files
-
-## accouting agent
-# supported are: 'iptables', 'ipchains'
-# (ipchains is not supported in nonclassic mode). does anybody still uses them?
-account agent = iptables
-
-## storage
-# supported are: 'gdbm', 'postgre', 'files' (files is not recommended)
-# postgre is the best & fastest method now.
-storage = gdbm
-
-# set the hostname, used to store\fetch\another work with database
-# get from hostname() if not specified here
-hostname = sibinet
-
-## rules file for classic mode
-rules file = /etc/ipac-ng/rules.conf
-
-## login all users at startup (only those who have enough cash)
-# specify *only* in nonclassic mode, otherwise forget about this
-#login at start = no
-
-## support for traffic passing to\from auth host
-# specify *only* in nonclassic mode, otherwise forget about this
-#auth host = sibinet.com
-
-# dont store lines contains only zeroes to speedup processing and to save space
-drop zero lines = yes
-
-# This parameters controls database location
-# left blank 'db host', 'db port' for local database
-# as now, both databasess (access and storage) configured by these parameters
-db host = localhost
-db name = ipac
-db user = root
-db port = 5432
-db pass = ""