[horde] Horde Authentication

Adrian Gonzalez Alonso adrian_gonzalez_alonso at yahoo.com.ar
Fri Jun 13 06:52:50 PDT 2003


I think Horde is not capable to add users, in your case you should add your 
users by youself via SQL or (better) develop an administration module and 
share it :-)

You can check http://www.horde.org/faq/ and 
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&group=mailing.www.horde-imp 
for information



At 15:19 13/06/2003 +0200, you wrote:
>I fixed this
>The problem was in MySql version I guess
>I used v. 4.1.0 alpha and now it is 4.0.12 and works just fine
>But, I can't see Administration icon now
>I've added user 'stojan' in admins in conf.php and I log
>with inside Horde, but I can't find Administration part now
>Should I download any additional module (like accounts) ???
>
>
>
>On Friday 13 June 2003 10:32, you wrote:
> > Be sure you can connect to you MySQL DB from other PHP script or even by
> > the console app. of MySQL specifyng username horde...
> >
> > Reply to the group
> >
> > At 19:44 12/06/2003 +0200, you wrote:
> > >I've added a user into mysql, and I've added this line in conf.php:
> > >$conf['auth']['params'] = array('phptype' => 'mysql',
> > >                                 'hostspec' => 'localhost',
> > >                                 'username' => 'horde',
> > >                                 'password' => '******',
> > >                                 'database' => 'horde',
> > >                                 'table' => 'horde_users');
> > >and this is what I get:
> > >         A fatal error has occurred:
> > >         Unable to connect to SQL server.
> > >
> > >         Details have been logged for the administrator.
> > >
> > >I've tried to change protocol into unix with socket and the same again.
> > >Any solutions now ?
> > >
> > >On Thursday 12 June 2003 19:26, Adrian Gonzalez Alonso wrote:
> > > > It depends of the type of authentication you are using... if you use
> > > > "sql" (look at horde/conf/conf.php) you must create the users manually
> > > > in the horde_users table... take into consideration that the password
> > > > field must contain the result of the MD5 algorithm, available at MySQL
> > > > with the MD5() function.
> > > >
> > > > Regards,
> > > >
> > > > Adrian
> > > >
> > > > PD: not a bad answer being a newbie :-)
> > > >
> > > > At 19:18 12/06/2003 +0200, Stojan wrote:
> > > > >Hi,
> > > > >I've installed horde (downloaded from the CVS today)
> > > > >and mysql too
> > > > >I've created a tables in mysql
> > > > >and I want to log into the horde but can't find way for adding users
> > > > >are there any existent users or i should add them manually in mysql
> > > > >in db called horde table horde_users ???
> > > > >
> > > > >Also,
> > > > >when trying signup.php I get this error:
> > > > >
> > > > >Warning:
> > > > >_horde_hook_signup_getextra(/var/www/html/horde/config/../turba/config
> > > > >/att ributes.php)
> > > > >
> > > > >[function.-horde-hook-signup-getextra]: failed to create stream: No
> > > > > such file or directory in /var/www/html/horde/config/hooks.php on
> > > > > line 288
> > > > >
> > > > >  Fatal error: _horde_hook_signup_getextra()
> > > > >[function.-horde-hook-signup-getextra]: Failed opening required
> > > > >'/var/www/html/horde/config/../turba/config/attributes.php'
> > > > >(include_path='.:/usr/lib/php/:/usr/share/pear/') in
> > > > >/var/www/html/horde/config/hooks.php on line 288
> > > > >
> > > > >What's wrong ???
> > > > >
> > > > >--
> > > > >Horde mailing list
> > > > >Frequently Asked Questions: http://horde.org/faq/
> > > > >To unsubscribe, mail: horde-unsubscribe at lists.horde.org





More information about the horde mailing list