]> git.sur5r.net Git - openldap/blobdiff - doc/guide/admin/replication.sdf
More attr/attrs cleanup
[openldap] / doc / guide / admin / replication.sdf
index 4af2f515aa0987cdf75841d80e7c097444f62b58..af138d01e10f6ca739b143b321e2dcc45f864bd7 100644 (file)
@@ -1,5 +1,5 @@
 # $OpenLDAP$
-# Copyright 1999-2003, The OpenLDAP Foundation, All Rights Reserved.
+# Copyright 1999-2007 The OpenLDAP Foundation, All Rights Reserved.
 # COPYING RESTRICTIONS APPLY, see COPYRIGHT.
 H1: Replication with slurpd
 
@@ -57,8 +57,9 @@ slapd via LDAP.
 returns a success code to the slurpd process. 
 
 
-Note: {{ldapmodify}}(1) and other tools distributed as part of
-OpenLDAP Software do not support automatic referral chasing.
+Note: {{ldapmodify}}(1) and other clients distributed as part of
+OpenLDAP Software do not support automatic referral chasing
+(for security reasons).
 
 
 
@@ -172,6 +173,8 @@ parameter should match the {{EX:updatedn}} option in the corresponding
 slave slapd configuration file, and should name an entry with write
 permission to the slave database (e.g., an entry allowed access via
 {{EX:access}} directives in the slave slapd configuration file).
+This DN generally {{should not}} be the same as the master's
+{{EX:rootdn}}.
 
 + Add a {{EX:replogfile}} directive, which tells slapd where to log
 changes. This file will be read by slurpd.
@@ -191,8 +194,8 @@ to create "chains" of replicas, in most cases this is inappropriate.
 + Do include an {{EX:updatedn}} line. The DN given should match the
 DN given in the {{EX:binddn=}} parameter of the corresponding
 {{EX:replica=}} directive in the master slapd config file.  The
-{{EX:updatedn}} should generally NOT be the same as the {{EX:rootdn}}
-of the slave database.
+{{EX:updatedn}} generally {{should not}} be the same as the
+{{EX:rootdn}} of the master database.
 
 + Make sure the DN given in the {{EX:updatedn}} directive has
 permission to write the database (e.g., it is is allowed {{EX:access}}