[horde] Delete User From Horde5

Jan Schneider jan at horde.org
Thu Jun 20 08:46:09 UTC 2013


Zitat von Christian Felsing <pug at felsing.net>:

> I tried e.g. /usr/bin/horde-check-logger which hangs also. In a
> reference installation (also Horde 5.1.1) which uses IMP as Auth
> backend, CLI tools works as expected. There are two differences in
> configuration of those systems:
>
> 1st: New Horde installations uses client certificates for user auth,
> which works inside Horde web interface:
>
>
> $conf['auth']['admins'] = array('test at example.net',
> 'hostmaster at example.net');
> $conf['auth']['checkip'] = true;
> $conf['auth']['checkbrowser'] = true;
> $conf['auth']['resetpassword'] = false;
> $conf['auth']['alternate_login'] = false;
> $conf['auth']['redirect_on_logout'] = 'http://ip6.li';
> $conf['auth']['list_users'] = 'list';
> $conf['auth']['params']['username'] = 'horde_user';
> $conf['auth']['params']['requestuser'] = false;
> $conf['auth']['driver'] = 'auto';
> $conf['auth']['params']['count_bad_logins'] = true;
> $conf['auth']['params']['login_block'] = false;
> $conf['auth']['params']['login_block_count'] = 5;
> $conf['auth']['params']['login_block_time'] = 5;
> /* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
> $conf['auth']['params']['username'] =
> $_SERVER["HTTP_SSL_CLIENT_S_DN_EMAIL"];
>
> 2nd: New install uses PostgreSQL as database, old Horde installation
> uses MySQL.
>
> Christian
>
> Am 17.06.2013 10:36, schrieb Jan Schneider:
>> See one of the existing command line utilities that are shipped with
>> Horde on how to start a Horde-like executable.

You need to track down where/why it's failing then. Works perfectly fine here.
-- 
Jan Schneider
The Horde Project
http://www.horde.org/



More information about the horde mailing list