Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
d3fca136
Commit
d3fca136
authored
Feb 17, 2021
by
Ondřej Kuzník
Browse files
ITS#9102 Update secprop documentation
parent
f8414279
Changes
4
Hide whitespace changes
Inline
Side-by-side
doc/guide/admin/access-control.sdf
View file @
d3fca136
...
...
@@ -1112,8 +1112,9 @@ You can restrict access based on the security strength factor (SSF)
0 (zero) implies no protection,
1 implies integrity protection only,
56 DES or other weak ciphers,
112 triple DES and other strong ciphers,
128 RC4, Blowfish and other modern strong ciphers.
112 triple DES and similar ciphers,
128 RC4, Blowfish and other similar ciphers,
256 modern ciphers.
Other possibilities:
...
...
doc/man/man5/ldap.conf.5
View file @
d3fca136
...
...
@@ -265,11 +265,10 @@ mechanisms which can pass credentials to do so).
.B minssf=<factor>
specifies the minimum acceptable
.I security strength factor
as an integer approximat
ing the
effective key length used for
as an integer approximat
e to
effective key length used for
encryption. 0 (zero) implies no protection, 1 implies integrity
protection only, 56 allows DES or other weak ciphers, 112
allows triple DES and other strong ciphers, 128 allows RC4,
Blowfish and other modern strong ciphers. The default is 0.
protection only, 128 allows RC4, Blowfish and other similar ciphers,
256 will require modern ciphers. The default is 0.
.TP
.B maxssf=<factor>
specifies the maximum acceptable
...
...
doc/man/man5/slapd-config.5
View file @
d3fca136
...
...
@@ -773,9 +773,8 @@ property specifies the minimum acceptable
.I security strength factor
as an integer approximate to effective key length used for
encryption. 0 (zero) implies no protection, 1 implies integrity
protection only, 56 allows DES or other weak ciphers, 112
allows triple DES and other strong ciphers, 128 allows RC4,
Blowfish and other modern strong ciphers. The default is 0.
protection only, 128 allows RC4, Blowfish and other similar ciphers,
256 will require modern ciphers. The default is 0.
The
.B maxssf=<factor>
property specifies the maximum acceptable
...
...
doc/man/man5/slapd.conf.5
View file @
d3fca136
...
...
@@ -909,9 +909,8 @@ property specifies the minimum acceptable
.I security strength factor
as an integer approximate to effective key length used for
encryption. 0 (zero) implies no protection, 1 implies integrity
protection only, 56 allows DES or other weak ciphers, 112
allows triple DES and other strong ciphers, 128 allows RC4,
Blowfish and other modern strong ciphers. The default is 0.
protection only, 128 allows RC4, Blowfish and other similar ciphers,
256 will require modern ciphers. The default is 0.
The
.B maxssf=<factor>
property specifies the maximum acceptable
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment