Some question...

Joel Vandal jvandal@subi.to
Tue, 26 Mar 2002 09:51:09 -0500


Hi,

Sorry for my bad english... I'm french speaking...

1. Does it's possible to allow/deny access to some application with Horde
2.x ? I explain... A user can have access to imp/turba/kronolith if it's
member of group "mail" but cannot access to gollem if the group isn't
"mailftp" and a user member of "custom" can have access to another group of
application ?

2. Can I use the same authentification driver for all application ? I want
to use MySQL backend for all our application and when I validate on horde I
don't want to login twice for horde+imp and horde+gollem

Like this or other way...
$conf['auth']['driver'] = 'application';
$conf['auth']['params']['app']['imp'] = $conf['auth']['driver']
$conf['auth']['params']['app']['gollem'] = $conf['auth']['driver']

--
Joel Vandal