]> git.sur5r.net Git - openldap/commitdiff
ITS#3767 fix syncrepl retry example
authorHoward Chu <hyc@openldap.org>
Sat, 11 Jun 2005 04:59:58 +0000 (04:59 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 11 Jun 2005 04:59:58 +0000 (04:59 +0000)
doc/guide/admin/slapdconf2.sdf
doc/guide/admin/slapdconfig.sdf

index c067bad39700591e4a55a6f024de160ac2b6ca50..ed0db7f1422cb7dae3166e3a0f07a9f24153a558 100644 (file)
@@ -149,7 +149,8 @@ an example of its use.
 H3: cn=config
 
 Directives contained in this entry generally apply to the server as a whole.
-Most of them are system or connection oriented, not database related.
+Most of them are system or connection oriented, not database related. This
+entry must have the {{EX:olcGlobal}} objectClass.
 
 
 H4: olcIdleTimeout: <integer>
@@ -243,6 +244,7 @@ An include entry holds the pathname of one include file. Include files
 are part of the old style slapd.conf configuration system and must be in
 slapd.conf format. Include files were commonly used to load schema
 specifications. While they are still supported, their use is deprecated.
+Include entries must have the {{EX:olcIncludeFile}} objectClass.
 
 
 H4: olcInclude: <filename>
@@ -274,7 +276,8 @@ The cn=schema entry holds all of the schema definitions that are hard-coded
 in slapd. As such, the values in this entry are generated by slapd so no
 schema values need to be provided in the config file. The entry must still
 be defined though, to serve as a base for the user-defined schema to add
-in underneath.
+in underneath. Schema entries must have the {{EX:olcSchemaConfig}}
+objectClass.
 
 
 H4: olcAttributeTypes: <{{REF:RFC2252}} Attribute Type Description>
@@ -314,7 +317,8 @@ H3: Backend-specific Directives
 
 Backend directives apply to all database instances of the
 same type and, depending on the directive, may be overridden
-by database directives.
+by database directives. Backend entries must have the
+{{EX:olcBackendConfig}} objectClass.
 
 H4: olcBackend: <type>
 
@@ -357,6 +361,7 @@ H4: Sample Entry
 H3: Database-specific Directives
 
 Directives in this section are supported by every type of database.
+Database entries must have the {{EX:olcDatabaseConfig}} objectClass.
 
 H4: olcDatabase: [{<index>}]<type>
 
@@ -626,7 +631,7 @@ as the search responses to the persistent synchronization search.
 
 If an error occurs during replication, the consumer will attempt to reconnect
 according to the retry parameter which is a list of the <retry interval>
-and <# of retries> pairs. For example, retry="60 5 300 3" lets the consumer
+and <# of retries> pairs. For example, retry="60 10 300 3" lets the consumer
 retry every 60 seconds for the first 10 times and then retry every 300 seconds
 for the next three times before stop retrying. + in <#  of retries> means
 indefinite number of retries until success.
@@ -726,10 +731,9 @@ H3: BDB Database Directives
 
 Directives in this category only apply to a {{TERM:BDB}} database.
 They are used in an olcDatabase entry in addition to the generic
-database directives defined above. Their use requires the database
-entry to also use the {{EX:olcBdbConfig}} objectClass.
-For a complete reference
-of BDB configuration directives, see {{slapd-bdb}}(5).
+database directives defined above.  For a complete reference
+of BDB configuration directives, see {{slapd-bdb}}(5). BDB database
+entries must have the {{EX:olcBdbConfig}} objectClass.
 
 
 H4: olcDbDirectory: <directory>
index 50fbcbd6b8d4f98ca72e38621add2b6b215ccb56..9c6611dcc7e986fa04dff74ed864ee660c3cbf90 100644 (file)
@@ -485,7 +485,7 @@ as the search responses to the persistent synchronization search.
 
 If an error occurs during replication, the consumer will attempt to reconnect
 according to the retry parameter which is a list of the <retry interval>
-and <# of retries> pairs. For example, retry="60 5 300 3" lets the consumer
+and <# of retries> pairs. For example, retry="60 10 300 3" lets the consumer
 retry every 60 seconds for the first 10 times and then retry every 300 seconds
 for the next three times before stop retrying. + in <#  of retries> means
 indefinite number of retries until success.