Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
François Kooman
OpenLDAP
Commits
35f308ee
Commit
35f308ee
authored
19 years ago
by
Howard Chu
Browse files
Options
Downloads
Patches
Plain Diff
ITS#3767 fix syncrepl retry example
parent
cfaf61fe
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/guide/admin/slapdconf2.sdf
+12
-8
12 additions, 8 deletions
doc/guide/admin/slapdconf2.sdf
doc/guide/admin/slapdconfig.sdf
+1
-1
1 addition, 1 deletion
doc/guide/admin/slapdconfig.sdf
with
13 additions
and
9 deletions
doc/guide/admin/slapdconf2.sdf
+
12
−
8
View file @
35f308ee
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
doc/guide/admin/slapdconfig.sdf
+
1
−
1
View file @
35f308ee
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment