Frank Church wrote: > Another thing to note is that the quota snippet in the SQL requires a > cast and should be > concat('dirsize:storage=', cast(quota as char)) AS > userdb_quota
Well, that only depends on what's your database schema and the sql engine in use. As you're storing quota in a numeric field and your sql engine's 'concat' function only accepts character parameters, you need to cast it :) Regards, -- Angel Marin http://anmar.eu.org/