Bug 57322 - Moz-free LDAP Address Book driver
Summary: Moz-free LDAP Address Book driver
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Base (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: MozBaseKillOff
  Show dependency treegraph
 
Reported: 2012-11-20 13:08 UTC by Lionel Elie Mamane
Modified: 2019-02-27 20:08 UTC (History)
11 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lionel Elie Mamane 2012-11-20 13:08:42 UTC
It seems our LDAP address book driver was also implemented through mozab, that is the in-tree ancient Mozilla copy.

In order to get rid of in-tree mozilla, this, too, needs replacement.
Comment 1 Fridrich Strba 2012-11-20 13:34:51 UTC
I already replaced the ldap configuration backend to use openldap for *nix and winldap for windows. So one could get inspired from that work, I guess.
Comment 2 DavidO 2012-11-20 15:14:07 UTC
My understanding was, that Fridrich's open LDAP integration already replaced mozab LDAP driver. If it is not true, then it was a mistake to remove mozab driver on *nices on master and we must restore it again. Unless someone is going to integrate Fridrich's open LDAP integration in mork driver (or create a new one).
Comment 3 Lionel Elie Mamane 2012-11-22 16:13:03 UTC
(In reply to comment #2)
> My understanding was, that Fridrich's open LDAP integration already replaced
> mozab LDAP driver.

It seems not. He replaced only the "LDAP configuration backend", which is used (I'm guessing) to ... configure LibreOffice centrally from an LDAP store?

 If it is not true, then it was a mistake to remove mozab
> driver on *nices on master and we must restore it again. Unless someone is
> going to integrate Fridrich's open LDAP integration in mork driver (or
> create a new one).
Comment 4 Stephan Bergmann 2012-11-22 20:20:42 UTC
(In reply to comment #3)
> It seems not. He replaced only the "LDAP configuration backend", which is
> used (I'm guessing) to ... configure LibreOffice centrally from an LDAP
> store?

The configmgr LDAP backend, com.sun.star.configuration.backend.LdapUserProfileBe, code at extensions/source/config/ldap/, allows to read certain configuration data, like the user's name etc., from an LDAP server rather than the .xcu files.  See <http://wiki.openoffice.org/wiki/Documentation/Administration_Guide/LDAP_Access> for details.
Comment 5 DavidO 2012-11-22 21:47:59 UTC
After looking into Mozilla LDAP implementation and its own static LDAP Schema, specifically 

* https://wiki.mozilla.org/MailNews:Mozilla_LDAP_Address_Book_Schema
* https://wiki.mozilla.org/MailNews_Talk:Mozilla_LDAP_Address_Book_Schema

and reading this (from the last link):

[...]
It is a pretty bad idea to have/invent a special LDAP schema for Mozilla, and to limit Mozilla to such an old-fashioned scheme.

My proposal is:

Completely remove all this LDAP crap from Mozilla/Thunderbird and replace it with a common plugin interface
[...]

and taking into account that the main distributions (Debian/Ubuntu, Fedora and OpenSuSE) don't ship in tree mozilla and thus don't provide that LDAP driver, I tend to reject this issue with won't fix.
Comment 6 Caolán McNamara 2012-11-23 02:51:28 UTC
IIRC under Linux there is the option of using the ldap-via-evolution route. (http://help.libreoffice.org/Common/Address_Data_Source)
Comment 7 Lionel Elie Mamane 2012-11-23 10:18:51 UTC
(In reply to comment #5)
> After looking into Mozilla LDAP implementation and its own static LDAP
> Schema (...)

> I tend to reject this issue with won't fix.

Ow, the LibreOffice "LDAP" address book support used a Mozilla-specific static schema? Raaah.

On the Mozilla side, the situation seems not to be as bad as described in your links. https://wiki.mozilla.org/MailNews:LDAP_Address_Books says Mozilla products can use different schemas through mapping.

And a quick Google search suggests Mozilla products can e.g. use a Windows Active Directory as an LDAP address book without undue hassle:

 https://wiki.mozilla.org/Thunderbird:Help_Documentation:Connecting_to_an_LDAP_address_book
 http://joseph.randomnetworks.com/2006/02/08/active-directory-as-ldap-address-book-for-thunderbird-outlook-and-mailapp/

Anyway, assuming the "old" LibreOffice LDAP support did not have these capabilities, I get your point, that feature was not that valuable.
Comment 8 Lionel Elie Mamane 2012-11-23 10:25:34 UTC
(In reply to comment #6)
> IIRC under Linux there is the option of using the ldap-via-evolution route.
> (http://help.libreoffice.org/Common/Address_Data_Source)

If one is using Evolution, if the desired LDAP address book is configured in Evolution, ...

But yeah, given David's previous comment, that's probably the best LDAP driver LibO 3.6 and earlier have anyway.
Comment 9 Mat M 2012-12-21 19:44:56 UTC
But I agree that allowing to connect to an LDAP server as a source for addresses is nice to have, thinking about corps with some Active Directories or other LDAP directories with all their members in. 

So either we submit this enhancement to vote : https://wiki.documentfoundation.org/Vote_for_Enhancement

Or we confirm it and set it up as a EasyHack DifficultyInteresting SkillCpp.
Comment 10 Alex Thurgood 2013-01-11 08:00:44 UTC
(In reply to comment #9)
> But I agree that allowing to connect to an LDAP server as a source for
> addresses is nice to have, thinking about corps with some Active Directories
> or other LDAP directories with all their members in. 
> 

Not only is it nice to have, but if you had it _already_ in a corporate setup, even with its current limitations and then it disappears, you will not endear corporations to your cause.

So, I don't see this being announced as one of the "features" for LO4 release ? In terms of communication, it should be announced though.


Alex
Comment 11 Alex Thurgood 2013-01-11 08:13:57 UTC
(In reply to comment #10)

Oh and if it stays removed, it might be a good idea to clean up all the mess left behind in the Address Book wizard and in-line help.

Alex
Comment 12 Alex Thurgood 2015-01-03 17:39:02 UTC Comment hidden (no-value)