MySQL Quota Not working

Adam Dixon <[email protected]> Wed, 23 Nov 2005 16:04:00 +1030
Newsgroups gmane.network.pureftpd.user
Message-ID <[email protected]>
Im running 1.0.20 on FreeBSD 5.4 (which configures --with-everything).
Quotas work when I set them in the standard config, however when I comment
that out and uncomment the  MySQLGetQTASZ out of the mysql config file, It
just doesnt work. Nothing is mentioned about quotas at all. The
authentication part of it definatly works fine, but it seems as it its just
not enabled correctly.

The query is fine, I ran it manually and everything. (Its now just a SELECT
Quota FROM Users WHERE User="\L" )

The daemon starts up like this;
Starting pureftpd.
Running: /usr/local/sbin/pure-ftpd -A -c50 -B -C2 -d -E -fftp -H -I15
-lmysql:/usr/local/etc/pure-ftpd-mysql.conf -L2000:8 -m4 -s -U133:022 -u100
-x -X -j -k99 -Z -4

Can anyone help here? It doesnt really make sense.


Adam