[chora] (no subject)

bianc6 at etumail.uhp-nancy.fr bianc6 at etumail.uhp-nancy.fr
Tue Mar 2 03:08:23 PST 2004


Hey all,

I'm having a lot of difficulty trying to figure out how to make authentication
work via SQL. I have set up all the necessary databases, and added the entries
to the config files, and turned off imp authentication. How do I set up a new
user?

After entering a user into my MySQL horde_users table then logging in, I don't 
get any error message. It just takes me back to the login page with nothing
changed to enter the password again.

Any idea?

(Horde 2.2, Chora 1.2, php 4.1.2 on Redhat 7.3) 
I'm setting up Horde to use Chora
my horde.php file looks like :

$conf['auth']['driver'] = 'sql';
// An array holding any parameters that the Auth object will need to
// function correctly.
$conf['auth']['params'] = array();
$conf['auth']['params']['phptype'] = 'mysql';
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['username'] = 'horde';
$conf['auth']['params']['password'] = 'xxxxx';
$conf['auth']['params']['database'] = 'horde';
$conf['auth']['params']['table'] = 'horde_users';

Thanks,
Remi





More information about the chora mailing list