Changeset 7167f30 for postlfs


Ignore:
Timestamp:
11/16/2023 08:07:22 PM (6 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
f553200
Parents:
e5579ae
Message:

Cyrus-sasl: Use LMDB instead of Berkeley DB.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cyrus-sasl.xml

    re5579ae r7167f30  
    9797    <bridgehead renderas="sect4">Recommended</bridgehead>
    9898    <para role="recommended">
    99       <xref linkend="db"/>
     99      <xref linkend="lmdb"/>
    100100    </para>
    101101
    102102    <bridgehead renderas="sect4">Optional</bridgehead>
    103103    <para role="optional">
     104      <xref linkend="db"/>,
    104105      <xref linkend="linux-pam"/>,
    105106      <xref linkend="mitkrb"/>,
     
    146147            --sysconfdir=/etc    \
    147148            --enable-auth-sasldb \
     149            --with-dblib=lmdb    \
    148150            --with-dbpath=/var/lib/sasl/sasldb2 \
    149151            --with-sphinx-build=no              \
     
    197199      <option>--with-dblib=gdbm</option>: This switch forces
    198200      <application>GDBM</application> to be used instead of
    199       <application>Berkeley DB</application>.
     201      <application>LMDB</application>.
    200202    </para>
    201203
Note: See TracChangeset for help on using the changeset viewer.