Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Dragoș Haiduc
OpenLDAP
Commits
43a9856a
Commit
43a9856a
authored
18 years ago
by
Quanah Gibson-Mount
Browse files
Options
Downloads
Patches
Plain Diff
ITS#4510 update.
Update wording in slapd.conf.5 to match admin guide
parent
76ef5307
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/guide/admin/slapdconf2.sdf
+7
-0
7 additions, 0 deletions
doc/guide/admin/slapdconf2.sdf
doc/man/man5/slapd.conf.5
+3
-2
3 additions, 2 deletions
doc/man/man5/slapd.conf.5
with
10 additions
and
2 deletions
doc/guide/admin/slapdconf2.sdf
+
7
−
0
View file @
43a9856a
...
...
@@ -609,6 +609,7 @@ H4: olcSyncrepl
> olcSyncrepl: rid=<replica ID>
> provider=ldap[s]://<hostname>[:port]
> [starttls=yes|critical]
> [type=refreshOnly|refreshAndPersist]
> [interval=dd:hh:mm:ss]
> [retry=[<retry interval> <# of retries>]+]
...
...
@@ -658,6 +659,12 @@ specification is located at the provider site. {{EX:syncrepl}} and
{{EX:replica}} directives define two independent replication
mechanisms. They do not represent the replication peers of each other.
The {{EX:starttls}} parameter specifies use of the StartTLS extended
operation to establish a TLS session before Binding to the provider. If the
StartTLS request fails and the {{EX:critical}} argument was used, the
session will be aborted. Otherwise the syncrepl session continues without
TLS.
The content of the syncrepl replica is defined using a search
specification as its result set. The consumer slapd will
send search requests to the provider slapd according to the search
...
...
This diff is collapsed.
Click to expand it.
doc/man/man5/slapd.conf.5
+
3
−
2
View file @
43a9856a
...
...
@@ -1596,9 +1596,10 @@ The
.B starttls
parameter specifies use of the StartTLS extended operation
to establish a TLS session before Binding to the provider. If the
StartTLS request fails and the
.B critical
argument
is suppli
ed, the session will be aborted
if the StartTLS request
fails. Otherwise the syncrepl
session continues without TLS.
argument
was us
ed, the session will be aborted
. Otherwise the syncrepl
session continues without TLS.
A
.B bindmethod
of
...
...
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