diff options
author | Markus Ullmann <jokey@gentoo.org> | 2006-03-26 23:56:20 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2006-03-26 23:56:20 +0000 |
commit | cdb3d1c6127b81bf25142ecf0ab6eb77670e9562 (patch) | |
tree | 77c93fd3d2de853d3d6ec057f38515f654cb5b89 /net-analyzer/prewikka/files | |
parent | pcmciautils-012 stable on amd64 wrt bug #121192 (diff) | |
download | gentoo-2-cdb3d1c6127b81bf25142ecf0ab6eb77670e9562.tar.gz gentoo-2-cdb3d1c6127b81bf25142ecf0ab6eb77670e9562.tar.bz2 gentoo-2-cdb3d1c6127b81bf25142ecf0ab6eb77670e9562.zip |
Adding sample config, thanks to Eric Brown <bigwhitecow@hotmail.com> wrt bug #126986
(Portage version: 2.1_pre7-r1)
Diffstat (limited to 'net-analyzer/prewikka/files')
-rw-r--r-- | net-analyzer/prewikka/files/digest-prewikka-0.9.3-r1 | 3 | ||||
-rw-r--r-- | net-analyzer/prewikka/files/prewikka.conf-sample | 30 |
2 files changed, 33 insertions, 0 deletions
diff --git a/net-analyzer/prewikka/files/digest-prewikka-0.9.3-r1 b/net-analyzer/prewikka/files/digest-prewikka-0.9.3-r1 new file mode 100644 index 000000000000..0177026935c2 --- /dev/null +++ b/net-analyzer/prewikka/files/digest-prewikka-0.9.3-r1 @@ -0,0 +1,3 @@ +MD5 4af486dcd2317022fdf5bb5ce8c1b199 prewikka-0.9.3.tar.gz 149503 +RMD160 177d29089354b7bfad120521868663505375799e prewikka-0.9.3.tar.gz 149503 +SHA256 5408bd9520c51bf08a6ef9b721323dbc049495905ba1a50fe64fe7588b54bdfc prewikka-0.9.3.tar.gz 149503 diff --git a/net-analyzer/prewikka/files/prewikka.conf-sample b/net-analyzer/prewikka/files/prewikka.conf-sample new file mode 100644 index 000000000000..33885f9dce68 --- /dev/null +++ b/net-analyzer/prewikka/files/prewikka.conf-sample @@ -0,0 +1,30 @@ +[interface] +#This is the name at the top right and left of the Prewikka interface +#You can change it or leave as is +software: Prewikka +place: company ltd. +title: Prelude management + +#The following are the setting for your prelude database +[idmef_database] +type: mysql +host: localhost +user: prelude +pass: prelude +name: prelude + +#This is the database information for the prewikka DB you created above +[database] +type: mysql +host: localhost +user: prelude +pass: prelude +name: prewikka + +#You can comment this out to stop logs from writing to stderr +[log stderr] + +#No real need to edit this except to increase/decrease expiration time +[auth loginpassword] +expiration: 60 + |