Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/openldap.xml

    r45ab6c7 r8b533c84  
    77  <!ENTITY openldap-download-http "https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
    88  <!ENTITY openldap-download-ftp  "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
    9   <!ENTITY openldap-md5sum        "c203d735ba69976e5b28dc39006f29b5">
    10   <!ENTITY openldap-size          "5.7 MB">
     9  <!ENTITY openldap-md5sum        "8451c5cdfd23ceeff687161921ec8712">
     10  <!ENTITY openldap-size          "6.2 MB">
    1111  <!ENTITY openldap-buildsize     "54 MB (client), 91 MB (server)">
    1212  <!ENTITY openldap-time          "0.5 SBU (client), 1.0 SBU (server)">
     
    122122            --disable-static  \
    123123            --enable-dynamic  \
     124            --enable-versioning  \
    124125            --disable-debug   \
    125126            --disable-slapd &amp;&amp;
     
    161162            --libexecdir=/usr/lib \
    162163            --disable-static      \
     164            --enable-versioning   \
    163165            --disable-debug       \
    164166            --with-tls=openssl    \
     
    173175            --disable-ndb         \
    174176            --disable-sql         \
    175             --disable-shell       \
    176             --disable-bdb         \
    177             --disable-hdb         \
     177            --disable-wt          \
    178178            --enable-overlays=mod &amp;&amp;
    179179
     
    226226
    227227    <para>
     228      <parameter>--enable-versioning</parameter>: This switch enables
     229      symbol versioning in the <application>OpenLDAP</application> libraries.
     230      Without this, some applications might generate a warning about missing symbol versions.
     231    </para>
     232
     233    <para>
    228234      <parameter>--enable-crypt</parameter>: This switch enables using
    229235      <command>crypt(3)</command> passwords.
     
    266272      disables the SQL backend.  Omit this switch if a SQL server is
    267273      installed and you are going to use a SQL backend.
     274    </para>
     275
     276    <para>
     277      <parameter>--disable-wt</parameter>: This switch explicitly
     278      disables the WiredTiger backend.  Omit this switch if WiredTiger is
     279      installed and you are going to use a WiredTiger backend.
    268280    </para>
    269281
     
    406418        <listitem>
    407419          <para>
    408             The <ulink url="http://www.openldap.org/doc/admin24/"> OpenLDAP 2.4
     420            The <ulink url="http://www.openldap.org/doc/admin25/"> OpenLDAP 2.5
    409421            Administrator's Guide</ulink> (also installed locally in
    410422            <filename class="directory">
Note: See TracChangeset for help on using the changeset viewer.