(no subject)

[email protected] Tue, 2 Mar 2004 12:08:23 +0100
Newsgroups gmane.comp.horde.chora
Message-ID <[email protected]>
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



-- 
Chora mailing list - Join the hunt: http://horde.org/bounties/#chora
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]