On Tue, 1 May 2007, Suhag Desai wrote:
> Done as per yr mail, but now no one can see horde admin setup page.
>
> i want user xyz at test.com can only see horde setup admin page
>
Then you'll want to change this line:
$conf['auth']['admins'] = array('Administrator');
to:
$conf['auth']['admins'] = array('xyz at test.com');
Andy