[horde] Re: Administrator can't log in
pascal at linuxorable.net
pascal at linuxorable.net
Fri Feb 11 03:03:38 PST 2005
Quoting Barsalou <barjunk at attglobal.net>:
> Pascal,
>
> If you have copies of your old config, put those back and add the
> username of the person that you want to have admin rights to
> conf.php:
>
> $conf['auth']['admins'] = array('Administrator', '<your imapusername>');
Hi Mike,
Before I define imp as backend, I was defined as an administrator:
$conf['auth']['admins'] = array('Administrator', 'pascal');
and "Administrator" does not work because I defined IMAP authentication (and
Administrator has no imapaccount) but "pascal" works fine and is well
administrator.
With that configuration, all users have to log in two times:
One time for horde
another time for IMP
Now, if I switch to imp as application providing authentication:
diff conf.php_imp-auth conf.php_IMAP-auth
26,27c26,30
< $conf['auth']['params']['app'] = 'imp';
< $conf['auth']['driver'] = 'application';
---
> $conf['auth']['params']['hostspec'] = 'localhost';
> $conf['auth']['params']['port'] = 993;
> $conf['auth']['params']['protocol'] = 'imap/ssl/novalidate-cert';
> $conf['auth']['params']['imapconfig'] = 'separate';
> $conf['auth']['driver'] = 'imap';
and I always have:
$conf['auth']['admins'] = array('Administrator', 'pascal');
but "pascal" is no more an administrator therefore, I have no more
administrator
on my Horde system !
Regards
Pascal
>
> As soon as you switch to the new authentication method, Administrator
> goes unavailable, unless you have an Administrator account that works
> with IMAP.
>
> Hope that makes sense.
>
> BTW, your conf.php may be different because this is an older install of
> Horde.
>
> Mike B.
> --
> Barsalou <barjunk at attglobal.net>
>
>
>
>
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
More information about the horde
mailing list