[dev] getting Groups to work (and Perms)

David Ulevitch davidu@everydns.net
Thu, 25 Jul 2002 19:08:06 -0700 (PDT)


This is a three part question:

A) Is anyone using the horde/admin/groups.php sucsessfully?

I get no errors and it claims to "add groups" but there is never any SQL
being called.

Here is my conf:
$conf['category']['driver'] = 'sql';
$conf['category']['params']['phptype'] = 'pgsql';
$conf['category']['params']['hostspec'] = 'localhost';
$conf['category']['params']['username'] = 'spark';
$conf['category']['params']['password'] = '******';
$conf['category']['params']['database'] = 'spark_db';
$conf['category']['params']['table'] = 'spark_categories';

I also populated spark_categories correctly.  It is also important to note
that perms do not work.

Any ideas?

B) Is anyone using groups for their own application or projects?  How are
you doing this, and for what purpose?

C) Is anyone using Perms for their own application?

Thanks,
David U.

-- 
"Never doubt that a small group of thoughtful citizens can change the
world. Indeed, it is the only thing that ever has." --Margaret Mead