mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#9102 Update secprop documentation
This commit is contained in:
parent
f841427950
commit
d3fca1364b
@ -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:
|
||||
|
||||
|
@ -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 approximating the effective key length used for
|
||||
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.
|
||||
.TP
|
||||
.B maxssf=<factor>
|
||||
specifies the maximum acceptable
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user