[horde] Horde administrator setup page and Login fail
Andrew Morgan
morgan at orst.edu
Tue May 1 16:08:54 UTC 2007
On Tue, 1 May 2007, Suhag Desai wrote:
> Thanks Zitat von
>
> Its done, and i can still see setup page even after loading conf.php.
>
> But now one another probeem is that " That horde administratoer Setup page
> can see by all the users of vpopmail or mail user. But i dont want this , i
> want that this horde administratoer Setup page can only access by particular
> one user/mail admin.
>
> My current setting of conf.php is
>
> $conf['auth']['admins'] = array('Administrator');
The members of this array are granted Administrator access to Horde. This
setting looks good.
> $conf['auth']['params']['username'] = 'Administrator';
> $conf['auth']['params']['requestuser'] = false;
These two settings tell Horde to automatically treat everyone as the user
"Administrator". You should delete those two lines and add:
$conf['auth']['params']['app'] = 'imp';
$conf['auth']['driver'] = 'application';
(assuming you want to authenticate using your POP/IMAP users).
Andy
More information about the horde
mailing list