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
Jaak Ristioja
OpenLDAP
Commits
b378944f
Commit
b378944f
authored
21 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Zap "TLS hard"
parent
65bfb44e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/man5/ldap.conf.5
+4
-25
4 additions, 25 deletions
doc/man/man5/ldap.conf.5
with
4 additions
and
25 deletions
doc/man/man5/ldap.conf.5
+
4
−
25
View file @
b378944f
...
...
@@ -192,31 +192,10 @@ size allowed. 0 disables security layers. The default is 65536.
.RE
.SH TLS OPTIONS
If OpenLDAP is built with Transport Layer Security support, there
are more options you can specify.
.TP
.B TLS <level>
Specifies whether client connections should use ldaps:// by default.
This option is deprecated in favor of the
.B URI
option. Using the
.B TLS
option may break some applications.
.LP
The
.B <level>
can be specified as one of the following keywords:
.RS
.TP
.B never
This is the default. Connections will be opened in the clear unless
TLS is explicitly specified (e.g. using an "ldaps://" URL.)
.TP
.B hard
All connections will be established with TLS.
Note that using this option effectively makes the library open every
session as an ldaps session and is incompatible with the LDAPv3 StartTLS
request.
.RE
are more options you can specify. These options are used when an
.B ldaps:// URI
is selected (by default or otherwise) or when the application
negotiates TLS by issuing the LDAP Start TLS operation.
.TP
.B TLS_CACERT <filename>
Specifies the file that contains certificates for all of the Certificate
...
...
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