Changeset cedda6d2


Ignore:
Timestamp:
03/23/2015 11:20:43 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
dfcd371e
Parents:
7014c9d
Message:

Mention a potential license issue for OpenLDAP and Berkeley DB.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15695 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/openldap.xml

    r7014c9d rcedda6d2  
    9999    <para role="optional">
    100100      <xref linkend="icu"/>,
     101      <xref linkend="pth"/>,
     102      <xref linkend="unixodbc"/>,
    101103        <xref linkend="mariadb"/> or
    102         <ulink url="http://www.mysql.com/">MySQL</ulink> or
    103         <xref linkend="postgresql"/>,
    104       <ulink url="http://www.openslp.org/">OpenSLP</ulink>,
    105       <xref linkend="pth"/> and
    106       <xref linkend="unixodbc"/>
    107     </para>
     104        <xref linkend="postgresql"/> or
     105        <ulink url="http://www.mysql.com/">MySQL</ulink>,
     106      <ulink url="http://www.openslp.org/">OpenSLP</ulink>, and
     107      <ulink url="http://symas.com/mdb/">LMDB</ulink>
     108    </para>
     109
     110    <note>
     111      <para>
     112        There are some potential licensing issues when integrating
     113        <xref linkend="db"/> with <application>OpenLDAP</application>.  The
     114        OpenLDAP foundation recommends using <application>LMDB</application>
     115        for the database back end.
     116      </para>
     117      <para>See <ulink url="http://lwn.net/Articles/557820/"/> for more information.</para>
     118    </note>
    108119
    109120    <para condition="html" role="usernotes">User Notes:
Note: See TracChangeset for help on using the changeset viewer.