This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



SLAPO-SYNCPROV(5)                                                                          SLAPO-SYNCPROV(5)



NAME
       slapo-syncprov - Sync Provider overlay to slapd

SYNOPSIS
       /etc/openldap/slapd.conf

DESCRIPTION
       The  Sync  Provider overlay implements the provider-side support for the LDAP Content Synchronization
       (RFC4533) as well as syncrepl replication support.  The overlay can be used  with  any  backend  that
       maintains  entryCSN  and entryUUID attributes for its entries. It also creates a contextCSN attribute
       in the root entry of the database.

       The contextCSN is updated for every write operation performed against the database. To  reduce  data-base database
       base  contention,  the  contextCSN is only updated in memory. The value is written to the database on
       server shutdown and read into memory on startup, and maintained in memory thereafter. Checkpoints may
       be configured to write the contextCSN into the underlying database to minimize recovery time after an
       unclean shutdown.

       On databases that support inequality indexing, it is helpful to set  an  eq  index  on  the  entryCSN
       attribute when using this overlay.

CONFIGURATION
       These  slapd.conf  options  apply to the Sync Provider overlay.  They should appear after the overlay
       directive.

       syncprov-checkpoint <ops> <minutes>
              After a write operation has succeeded, write the contextCSN  to  the  underlying  database  if
              <ops>  write  operations  or  more  than <minutes> time have passed since the last checkpoint.
              Checkpointing is disabled by default.

       syncprov-sessionlog <ops>
              Specify a session log for recording information about write operations made on  the  database.
              The  <ops>  specifies  the number of operations that are recorded in the log. All write opera-tions operations
              tions (except Adds) are recorded in the log.  When using the session log, it is helpful to set
              an eq index on the entryUUID attribute in the underlying database.

       syncprov-nopresent TRUE | FALSE
              Specify  that the Present phase of refreshing should be skipped. This value should only be set
              TRUE for a syncprov instance on top of a log database (such as one managed  by  the  accesslog
              overlay).  The default is FALSE.

       syncprov-reloadhint TRUE | FALSE
              Specify  that  the  overlay  should honor the reloadHint flag in the Sync Control. In OpenLDAP
              releases 2.3.11 and earlier the syncrepl consumer did not properly set this flag, so the over-lay overlay
              lay must ignore it. This option should be set TRUE when working with newer releases that prop-erly properly
              erly support this flag. It must be set TRUE when using the accesslog overlay  for  delta-based
              syncrepl replication support.  The default is FALSE.

FILES
       /etc/openldap/slapd.conf
              default slapd configuration file

SEE ALSO
       slapd.conf(5), slapo-accesslog(5).  OpenLDAP Administrator's Guide.

ACKNOWLEDGEMENTS
       OpenLDAP  Software  is  developed  and maintained by The OpenLDAP Project <http://www.openldap.org/>.
       OpenLDAP Software is derived from University of Michigan LDAP 3.3 Release.



OpenLDAP 2.4.11                                  2008/07/16                                SLAPO-SYNCPROV(5)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...