diff options
author | Björn Jacke <bj@sernet.de> | 2015-09-02 12:37:11 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2015-09-03 00:44:08 +0200 |
commit | b49b1bd8dcc9a74440a2845f609024ee8bf173bf (patch) | |
tree | 9a62bbd2656e19a57600d27400ccb7ce3e24c4ec /docs-xml | |
parent | 2d0e3015b1974170d45be2f23bbf5ed1ab274da8 (diff) | |
download | samba-b49b1bd8dcc9a74440a2845f609024ee8bf173bf.tar.gz |
doc: fix description of tls dh params file parameter
Signed-off-by: Bjoern Jacke <bj@sernet.de>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/security/tlsdhparamsfile.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/smbdotconf/security/tlsdhparamsfile.xml b/docs-xml/smbdotconf/security/tlsdhparamsfile.xml index 7d454f3635c..4a5361c8c23 100644 --- a/docs-xml/smbdotconf/security/tlsdhparamsfile.xml +++ b/docs-xml/smbdotconf/security/tlsdhparamsfile.xml @@ -6,7 +6,7 @@ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>This option can be set to a file with Diffie-Hellman parameters - which will be used with EDH ciphers. + which will be used with DH ciphers. </para> <para>This path is relative to <smbconfoption name="private dir"/> if the path does not start with a /.</para> |