[horde] horde authentication/prefs
Sean Symes
sean@seans.net
Sat Nov 2 01:16:58 2002
I've tried using the session instead of sql for prefs and it works but
still will not keep imap authentication with sql storing prefs.
Please advise...
On Fri, 2002-11-01 at 16:32, Sean Symes wrote:
> I've set up horde and it works authenticating on imaps but when I add in
> the database prefs horde tries to authenticate using the horde_users
> table of the database instead of imap
>
> $conf['auth']['driver'] = 'imap';
> $conf['auth']['params'] = array();
> $conf['auth']['params']['dsn'] =
> '{localhost:993/imap/ssl/novalidate-cert}INBOX';
>
> added...
>
> $conf['prefs']['driver'] = 'sql';
> $conf['prefs']['params'] = array();
>
> $conf['prefs']['params']['phptype'] = 'pgsql';
> $conf['prefs']['params']['hostspec'] = 'localhost';
> $conf['prefs']['params']['username'] = 'horde';
> $conf['prefs']['params']['password'] = 'mypassword'
> $conf['prefs']['params']['database'] = 'horde';
> $conf['prefs']['params']['table'] = 'horde_prefs';
>
> After adding the above configuration login's no longer until I put a
> user/password entry int table 'horde_users'
>
> Can you let me know where I am going wrong...
>
>
> Installed horde-2.1 and imp-3.1.
>
> I would like to authenticate using imap and use the database for prefs,
> is this possible?
>
>
> Thanks
>
> Sean.
>
>
>
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe@lists.horde.org