[horde] Re: Fwd: Re: LDAP ? & Prefs. ?
Craig White
craigwhite at azapple.com
Thu Apr 7 07:42:07 PDT 2005
On Thu, 2005-04-07 at 15:06 +0200, Jan Schneider wrote:
>
> ----- Weitergeleitete Nachricht von revans at gie.com -----
> Datum: Thu, 07 Apr 2005 07:46:17 -0500
> Von: Ryan Evans <revans at gie.com>
> Antwort an: Ryan Evans <revans at gie.com>
> Betreff: Re: [horde] Re: LDAP ? & Prefs. ?
> An: Jan Schneider <jan at horde.org>
>
> Thx for the reply :)
>
> Versions:
> Horde: 3.0.4
> Imp: H3 (4.0.2)
> Turba: 2.1-cvs (just installed this last night, was using current stable)
>
> Sources.php:
> I have tried changing the .dist file to my settings and nothing.
>
> Database backend:
>
> MySQL
>
----
You have be able to connect from command line to know how to configure
Horde/IMP/turba
# testing connection to mysql, database horde, user horde
mysql horde -h localhost -u horde -p horde_user_password
of course, you need to create the database horde and all of the
necessary tables required by each module that you are using...
for example - check the sql scripts in
horde/scripts/sql
horde/turba/scripts/sql
# testing connection to ldap
ldapsearch -x -h localhost -D 'bind_dn' -W \
-b 'base_or_what_turba_calls_root' '(uid=*)'
Craig
More information about the horde
mailing list