Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 965e33040dd61030a94f0eb89877aee8 > files > 2878

howto-html-en-20080722-2mdv2010.1.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>BDB Database Directives</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="LDAP Linux HOWTO"
HREF="index.html"><LINK
REL="UP"
TITLE="Configuring the LDAP Server"
HREF="config.html"><LINK
REL="PREVIOUS"
TITLE="General Database Directives"
HREF="generaldbdirect.html"><LINK
REL="NEXT"
TITLE="LDBM Database Directives"
HREF="ldbmdirect.html"></HEAD
><BODY
CLASS="section"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>LDAP Linux HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="generaldbdirect.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 3. Configuring the LDAP Server</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="ldbmdirect.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="BDBDirect"
></A
>3.5. BDB Database Directives</H1
><P
>Directives in this category only apply a BDB database. That is, they must 
follow a "database bdb" line and come before any subsequent "backend" or "database" line.
For a complete reference of BDB configuration directives, see the slapd-bdb manpages (<EM
>man slapd-bdb</EM
>).</P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="screen"
>directory &#60;directory&#62;</PRE
></FONT
></TD
></TR
></TABLE
><P
>This directive specifies the directory where the BDB files containing the 
database and associated indexes reside.</P
><P
>Default:</P
><P
>directory /usr/local/var/openldap-data</P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="screen"
>sessionlog &#60;sid&#62; &#60;limit&#62;</PRE
></FONT
></TD
></TR
></TABLE
><P
>This directive specifies a session log store in the syncrepl replication provider 
server which contains information on the entries that have been scoped out of the replication 
content identified by &#60;sid&#62;. The first syncrepl search request having the same &#60;sid&#62; 
value in the cookie establishes the session log store in the provider server. The number of the 
entries in the session log store is limited by &#60;limit&#62;. Excessive entries are removed from 
the store in the FIFO order. Both &#60;sid&#62; and &#60;limit&#62; are non-negative integers. &#60;sid&#62; 
has no more than three decimal digits.</P
><P
>The LDAP Content Synchronization operation that falls into a pre-existing session can use the 
session log store in order to reduce the amount of synchronization traffic. If the replica is not 
so outdated that it can be made up-to-date by the information in the session store, the provider slapd 
will send the consumer slapd the identities of the scoped-out entries together with the in-scope 
entries added to or modified within the replication content. If the replica status is outdated 
too much and beyond the coverage of the history store, then the provider slapd will send the identities 
of the unchanged in-scope entries along with the changed in-scope entries. The consumer slapd will 
then remove those entries in the replica which are not identified as present in the provider content.</P
><P
>For more informations about syncrepl, please visit :
<A
HREF="http://www.openldap.org/doc/admin22/syncrepl.html"
TARGET="_top"
>LDAP Sync Replication</A
>.</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="generaldbdirect.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="ldbmdirect.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>General Database Directives</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="config.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>LDBM Database Directives</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>