[imp] IMP using LDAP backend for authentication and preferences

Craig White craigwhite at azapple.com
Thu Feb 3 07:31:48 PST 2005


On Thu, 2005-02-03 at 08:18 -0600, Judson Bishop wrote:
> I have mine working with single log in.  Here are the settings and
> files.  I also have horde take the user to imp rather than horde.
> 
> /var/www/html/horde/config/conf.php
> //Single sign on
> $conf['auth']['admins'] = array('Administrator', '09049', 'Manager');
> $conf['auth']['params']['app'] = 'imp';
> $conf['auth']['driver'] = 'application';
> $conf['auth']['checkip'] = true;
> 
> 
> /var/www/html/horde/config/prefs.php
> // what application should we go to after login?
> $_prefs['initial_application'] = array(
>     'value' => 'imp',
>     'locked' => false,
>     'shared' => true,
>     'type' => 'select',
>     'desc' => sprintf(_("What application should %s display after
> login?"), $GLOBALS['registry']->get('name'))
> );
> 
----
thanks - I've set up horde/imp before but never with as much LDAP
integration so I'm still experimenting. I sort of understood this from
previous installs.

Craig



More information about the imp mailing list