From: Kurt Zeilenga Date: Mon, 17 Jun 2002 05:56:55 +0000 (+0000) Subject: Some LDBM v BDB cleanup X-Git-Tag: NO_SLAP_OP_BLOCKS~1427 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=647d1ad56201badb9dd7635089e94319dadfcbbb;p=openldap Some LDBM v BDB cleanup --- diff --git a/doc/guide/admin/replication.sdf b/doc/guide/admin/replication.sdf index d25c2b59c8..2daf34d76f 100644 --- a/doc/guide/admin/replication.sdf +++ b/doc/guide/admin/replication.sdf @@ -146,8 +146,8 @@ section for a discussion of this mode. > -t -Specify an alternate directory for slurpd's temporary -copies of replication logs. The default location is /usr/tmp. +Specify an alternate directory for slurpd's temporary copies of +replication logs. The default location is {{F:/usr/tmp}}. H2: Configuring slurpd and a slave slapd instance @@ -222,23 +222,11 @@ error to clients that attempt to modify data. H3: Copy the master slapd's database to the slave -Copy the master's database(s) to the slave. For an -{{TERM:LDBM}}-based database, you must copy all database -files located in the database {{EX:directory}} specified in -{{slapd.conf}}(5). Database files will have a different -suffix depending on the underlying database package used. -The current possibilities are - -!block table; align=Center; \ - title="Table 10.2: Database File Suffixes" -Suffix Database -{{EX:dbb}} Berkeley DB B-tree backend -{{EX:dbh}} Berkeley DB hash backend -{{EX:gdbm}} GNU DBM backend -!endblock - -In general, you should copy each file found in the database -{{EX: directory}} unless you know it is not used by {{slapd}}(8). +Copy the master's database(s) to the slave. For an {{TERM:BDB}} and +{{TERM:LDBM}} databases, you must copy all database files located +in the database {{EX:directory}} specified in {{slapd.conf}}(5). +In general, you should copy each file found in the database {{EX: +directory}} unless you know it is not used by {{slapd}}(8). Note: This copy process assumes homogeneous servers with identically configured OpenLDAP installations. Alternatively,