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
Christopher Ng
OpenLDAP
Commits
424d673a
Commit
424d673a
authored
20 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Update SSF comments
parent
55e251e6
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/man/man5/slapd.access.5
+2
-1
2 additions, 1 deletion
doc/man/man5/slapd.access.5
doc/man/man5/slapd.conf.5
+6
-5
6 additions, 5 deletions
doc/man/man5/slapd.conf.5
with
8 additions
and
6 deletions
doc/man/man5/slapd.access.5
+
2
−
1
View file @
424d673a
...
...
@@ -534,7 +534,8 @@ The statements
.BR tls_ssf=<n> ,
and
.BR sasl_ssf=<n>
set the required Security Strength Factor (ssf) required to grant access.
set the minimum required Security Strength Factor (ssf) needed
to grant access. The value should be positive integer.
.SH THE <ACCESS> FIELD
The field
.B <access> ::= [self]{<level>|<priv>}
...
...
This diff is collapsed.
Click to expand it.
doc/man/man5/slapd.conf.5
+
6
−
5
View file @
424d673a
...
...
@@ -518,7 +518,7 @@ such as those to the ldapi:// listener. For a description of SSF values,
see
.BR sasl-secprops 's
.B minssf
property
description. The default is 71.
option
description. The default is 71.
.TP
.B loglevel <integer> [...]
Specify the level at which debugging statements and operation
...
...
@@ -801,10 +801,11 @@ Specify the distinguished name for the subschema subentry that
controls the entries on this server. The default is "cn=Subschema".
.TP
.B security <factors>
Specify a set of factors (separated by white space) to require.
An integer value is associated with each factor and is roughly
equivalent of the encryption key length to require. A value
of 112 is equivalent to 3DES, 128 to Blowfish, etc..
Specify a set of security strength factors (separated by white space)
to require (see
.BR sasl-secprops 's
.B minssf
option for a description of security strength factors).
The directive may be specified globally and/or per-database.
.B ssf=<n>
specifies the overall security strength factor.
...
...
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