HORDE
Toomas Vann
tom at bns.ee
Mon Apr 9 07:45:44 PDT 2001
Hi!
I installed just few days ago Horde cvs.
What settings should i put to make auth work properly useing imap.
I have installed Apache 1.3.12-25 from rpm
and php 4.04-pl1
/**
** Horde Authentication
**/
// What backend should we use for authenticating users to Horde? Valid
// options are currently 'imap', 'ldap', 'mcal', 'sql', and 'ftp'.
$conf['auth']['driver'] = 'imap';
What other parameters should i add.
Or would it be more effective to use sql ?
Regards,
Toomas
>From chuck at horde.org Date: Mon, 9 Apr 2001 12:00:59 -0400
Return-Path: <chuck at horde.org>
Mailing-List: contact horde-help at lists.horde.org; run by ezmlm
Delivered-To: mailing list horde at lists.horde.org
Received: (qmail 4352 invoked from network); 9 Apr 2001 16:02:10 -0000
Received: from 208-59-250-206.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (208.59.250.206)
by horde.org with SMTP; 9 Apr 2001 16:02:10 -0000
Received: by marina.horde.org (Postfix, from userid 33)
id B56B03CA4; Mon, 9 Apr 2001 12:00:59 -0400 (EDT)
Received: from 206.243.191.252 ( [206.243.191.252])
as user chuck at localhost by marina.horde.org with HTTP;
Mon, 9 Apr 2001 12:00:59 -0400
Message-ID: <986832059.3ad1dcbb9c55b at marina.horde.org>
Date: Mon, 9 Apr 2001 12:00:59 -0400
From: Chuck Hagenbuch <chuck at horde.org>
To: horde at lists.horde.org
References: <71C93006DC95D411942300105AF515BD02BA60 at SHUTDOWN>
In-Reply-To: <71C93006DC95D411942300105AF515BD02BA60 at SHUTDOWN>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [horde] HORDE
Quoting Toomas Vann <tom at bns.ee>:
> What settings should i put to make auth work properly useing imap.
> I have installed Apache 1.3.12-25 from rpm
> and php 4.04-pl1
>
> /**
> ** Horde Authentication
> **/
>
> // What backend should we use for authenticating users to Horde? Valid
> // options are currently 'imap', 'ldap', 'mcal', 'sql', and 'ftp'.
> $conf['auth']['driver'] = 'imap';
$conf['auth']['params']['server'] = 'imap.example.com';
... is all you need if you're running standard IMAP on a standard port.
> Or would it be more effective to use sql ?
Depends on what you mean by "more effective".
-chuck
--
Charles Hagenbuch, <chuck at horde.org>
Number of U.S. nuclear bombs lost in accidents and never recovered: 11
More information about the horde
mailing list