Gentoo Archives: gentoo-user

From: Brett Schroeder <brett@××××××××××××××.name>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Thunderbird and local LDAP server
Date: Sun, 14 Aug 2005 20:14:31
Message-Id: 42FFA514.909@brettschroeder.name
In Reply to: Re: [gentoo-user] Thunderbird and local LDAP server by Ralph Slooten
1 The OpenLDAP client is *not* needed on the machine running T-bird - do
2 something like the following to convince yourself that t-bird does *not*
3 require the ldap client
4
5 grep -i ldap /var/db/pkg/mail-client/mozilla-thunderbird-1.0.6-r2/{,R,P}DEPEND
6
7 All the work is in setting up the server. Thunderbird itself requires only a
8 few simple pieces of info.
9
10 See this
11
12 http://www.mozilla.org/projects/thunderbird/specs/ldap.html
13
14 and here's some more links (somewhat dated now but they get you thinking in
15 the right direction)
16
17 http://collingrady.com/2004/07/02/moz-ldap/
18 http://www.topology.org/comms/ldap.html
19
20 The best way to get this working (as is the case for any client-server
21 software) is to use ethereal/tcpdump to capture the network requests made by
22 t-bird. Then you will see exactly what requests are being sent to & from the
23 server. This requires that you understand the protocol and how your server has
24 implemented it
25
26 http://www.ietf.org/rfc/rfc2251.txt
27 http://www.openldap.org/doc/admin23/
28
29 LDAP schemas & servers are way too much fun ;-)
30
31 Brett
32
33 Ralph Slooten wrote:
34 > -----BEGIN PGP SIGNED MESSAGE-----
35 > Hash: SHA1
36 >
37 > Hello Abraham,
38 >
39 > I have been looking at LDAP myself for ages now, but understand almost
40 > nothing of it ;-) Anyways, your (first) mail got me thinking to test it
41 > myself again. I hit the same brick wall you did. It seems that the
42 > current thunderbird does *not* support LDAP at all (although it does
43 > present it as an option). I tried from an example on a website (to test
44 > with their ldap), aswell as random "off-my-head" values but it does not
45 > append it to the address book.
46 >
47 > Maybe it's a thunderbird bug, I don't know (I haven't looked yet)?
48 >
49 > All I'm doing here is confirming your problem, not solving it (although
50 > I would be interested if there is a solution) ;-) Maybe it requires
51 > openldap to be installed (I only installed it so far on my server, not
52 > workstation)?
53 >
54 > Greetings
55 > Ralph
56 >
57 > Abraham Marín Pérez wrote:
58 >
59 >>Hi everyone:
60 >>
61 >> I recently had some problems sharing my contacts with more than one
62 >>mail client, so I decided to run a local LDAP server. I emerged OpenLDAP
63 >>and checked it with phpLDAPadmin. I can browse server's database and
64 >>add/remove/modify contacts with phpLDAPadmin, but I can't connect to it
65 >>with a mail application; I tried both Evolution and Thunderbird and I
66 >>got nothing.
67 >>
68 >> The one I care the most is Thunderbird. I tried to add a link to the
69 >>server from the Address Book: FILE -> NEW -> LDAP DIRECTORY; I typed
70 >>what I think is the right parameters and tried, but nothing happened. Am
71 >>I doing anything wrong?
72 >>
73 >>Thanks,
74 >>Abraham
75 >>
76 >
77 > -----BEGIN PGP SIGNATURE-----
78 > Version: GnuPG v1.4.1 (GNU/Linux)
79 >
80 > iD8DBQFC/2RoCt0ZF9kLPvYRAstoAJ9/ihBTodPdb2kyYzgaVPIuO3nJvgCdECS9
81 > wUCsVBdH5EsfmYUTsvCplqI=
82 > =818N
83 > -----END PGP SIGNATURE-----
84
85 --
86 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Thunderbird and local LDAP server "Abraham Marín Pérez" <abraham@×××××××××.es>