[EMAIL PROTECTED] (Marian Eichholz) writes:
> Hello, there,
>
> I want to enable the LDAP features, like my addressbook directory
> server, into Mozilla 0.8.1 for my Linux/i386 box.
>
> To do so, I used
>
> ./configure --enable-ld --disable-debug --disable-dtd-debug
> cd dist/bin
> mozilla &
>
>
> and everything goes fine, *but*
>
> any "ldap:"-URI gives "ldap is an unregistered protocol", and there is
> no way to create/attach a Directory, there is not even the right menu
> entry for the task.
>
> It seems, as if there is some special configuration / incantation needed
> to get LDAP support.
> Can You pass me a hint or URI for this task?
LDAP support is not quite there yet, but there will be some support
soon. In 0.8.1 on Unix platforms (including Linux), if you use
--enable-ldap and --enable-ldap-experimental, you will get ldap: URL
support. You probably don't want to use this just yet, because it
leaks an entire thread and associated resources for each ldap: URL you
visit -- this is why it's turned off in the default build. We hope to
finish LDAP-based typedown (a.k.a. autocomplete) in the headers of the
mail compose window for 0.9.
Dan
--