Code

Created trunk inside of 2.6-lhm
[gosa.git] / trunk / gosa-plugins / squid / README.squid
1 goQuota.pl - run this script via cron (each 5-10 min for examle). It makes
2              cache file (quota.db) with traffic usage and user info from LDAP
4 goQuotaView.pl - read collected data from quota.db and print it to
5                  stdout in human readable format
7 goSquid.pl - connect this script to squid
8              redirect_program /usr/local/sbin/goSquid
10 goAgent.pl - one script to create home directories and mailboxes on
11              filesystem. run it via cron
12   
13 mkHash.pl  - create hash file for black list
15 At this time all scripts have no config file. Please, edit source to configure.
17 Igor Muratov <migor@altlinux.org>