[horde] Delete User From Horde5
Christian Felsing
pug at felsing.net
Thu Jun 20 06:42:02 UTC 2013
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.
More information about the horde
mailing list