[imp] IMP using LDAP backend for authentication and preferences
Judson Bishop
judson.bishop at eamc.org
Thu Feb 3 06:18:31 PST 2005
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'))
);
Jud
On Thu, 2005-02-03 at 08:08 -0600, Aleksandar Milivojevic wrote:
> Craig White wrote:
> > Also - and this has to be because it's not patently obvious to me, I
> > would love NOT having to log in once for horde (via LDAP) and then again
> > for mail (IMAP) My initial thought was to grep ldap imp/config/* but
> > that returned as much the notion in my head to make it work as a single
> > log in.
>
> Hm, still playing with my Horde/IMP install, and haven't fully finished
> all configuration, but it should be possible to use IMP's authentication
> for Horde, so you type password only once (your IMAP password). See
> imp/docs/INSTALL, "Configuring IMP", section 1.b.
>
> --
> Aleksandar Milivojevic <amilivojevic at pbl.ca> Pollard Banknote Limited
> Systems Administrator 1499 Buffalo Place
> Tel: (204) 474-2323 ext 276 Winnipeg, MB R3T 1L7
More information about the imp
mailing list