single signon

Peter Hellman listuser@obbit.se
Thu, 01 Nov 2001 10:47:55 +0100


I am using the CVS version of imp and turba and kronolith.
As soon as I find a stable version that does not bail on me,
I will implement it as the new webmail system.
However one thing that woiuld like to get working is single signon.
I what the users to signon to imp and imp alone.
Now I have to login to "horde" and then imp.
Using imap as auth. Mysql for prefs.
Have I missed something in the config ?

Have a nice day

//Peter Hellman



>From mike@graftonhall.co.nz Date: Thu,  1 Nov 2001 23:38:28 +1300
Return-Path: <mike@graftonhall.co.nz>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 40333 invoked from network); 1 Nov 2001 10:38:47 -0000
Received: from unknown (HELO graftonhall.co.nz) (210.54.179.59)
  by clark.horde.org with SMTP; 1 Nov 2001 10:38:47 -0000
Received: from localhost [127.0.0.1] by graftonhall.co.nz [10.0.0.4]
	with SMTP (MDaemon.v3.5.3.R)
	for <imp@lists.horde.org>; Thu, 01 Nov 2001 23:38:29 +1300
Received: from 10.0.0.4 ( [10.0.0.4])
	as user mike@10.0.0.4 by www.graftonhall.co.nz with HTTP;
	Thu,  1 Nov 2001 23:38:28 +1300
Message-ID: <1004611108.3be1262497a68@www.graftonhall.co.nz>
Date: Thu,  1 Nov 2001 23:38:28 +1300
From: Michael Cochrane <mike@graftonhall.co.nz>
To: imp@lists.horde.org
References: <3BE11A4B.2010808@obbit.se>
In-Reply-To: <3BE11A4B.2010808@obbit.se>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
X-Originating-IP: 10.0.0.4
X-MDRemoteIP: 127.0.0.1
X-Return-Path: mike@graftonhall.co.nz
X-MDaemon-Deliver-To: imp@lists.horde.org
Subject: Re: [imp] single signon

Just uncomment these two lines in the top of /horde/config/registry.php and this
should give you the effect you're after.

$this->registry['auth']['login'] = 'imp';
$this->registry['auth']['logout'] = 'imp';


Mike

Quoting Peter Hellman <listuser@obbit.se>:

> I am using the CVS version of imp and turba and kronolith.
> As soon as I find a stable version that does not bail on me,
> I will implement it as the new webmail system.
> However one thing that woiuld like to get working is single signon.
> I what the users to signon to imp and imp alone.
> Now I have to login to "horde" and then imp.
> Using imap as auth. Mysql for prefs.
> Have I missed something in the config ?
> 
> Have a nice day
> 
> //Peter Hellman
> 
> 
> -- 
> IMP mailing list: http://horde.org/imp/
> Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> 
>