Issue 7684 - Admin Guide: Correct 'TLSEphemeralDHParamFile' to 'TLSDHParamFile'
Summary: Admin Guide: Correct 'TLSEphemeralDHParamFile' to 'TLSDHParamFile'
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: documentation (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-06 23:31 UTC by Michael Ströder
Modified: 2014-08-01 21:04 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Michael Ströder 2013-09-06 23:31:06 UTC
Full_Name: 
Version: HEAD
OS: 
URL: 
Submission from: (NULL) (79.219.124.115)


The admin guide incorrectly mentions the configuration directive name
'TLSEphemeralDHParamFile' instead of 'TLSDHParamFile' like described in
slapd.conf(5).

See: http://www.openldap.org/doc/admin24/tls.html

See this trivial patch:

diff --git a/doc/guide/admin/aspell.en.pws b/doc/guide/admin/aspell.en.pws
index 3683f98..9921963 100644
--- a/doc/guide/admin/aspell.en.pws
+++ b/doc/guide/admin/aspell.en.pws
@@ -23,7 +23,7 @@ ddd
 DAs
 TLSCACertificateFile
 BNF
-TLSEphemeralDHParamFile
+TLSDHParamFile
 ppolicy
 gavin
 ASN
diff --git a/doc/guide/admin/tls.sdf b/doc/guide/admin/tls.sdf
index 00bf83c..9e3243e 100644
--- a/doc/guide/admin/tls.sdf
+++ b/doc/guide/admin/tls.sdf
@@ -188,7 +188,7 @@ and it doesn't need very much data to work.
 
 This directive is ignored with GnuTLS and Mozilla NSS.
 
-H4: TLSEphemeralDHParamFile <filename>
+H4: TLSDHParamFile <filename>
 
 This directive specifies the file that contains parameters for
 Diffie-Hellman ephemeral key exchange.  This is required in order

Comment 1 Howard Chu 2013-09-07 14:32:58 UTC
changed notes
changed state Open to Test
moved from Incoming to Documentation
Comment 2 Howard Chu 2013-09-07 17:06:44 UTC
michael@stroeder.com wrote:
> Full_Name:
> Version: HEAD
> OS:
> URL:
> Submission from: (NULL) (79.219.124.115)
>
>
> The admin guide incorrectly mentions the configuration directive name
> 'TLSEphemeralDHParamFile' instead of 'TLSDHParamFile' like described in
> slapd.conf(5).

Thanks, fixed in master. (Also partly fixed in ITS#7506)
>
> See: http://www.openldap.org/doc/admin24/tls.html
>
> See this trivial patch:
>
> diff --git a/doc/guide/admin/aspell.en.pws b/doc/guide/admin/aspell.en.pws
> index 3683f98..9921963 100644
> --- a/doc/guide/admin/aspell.en.pws
> +++ b/doc/guide/admin/aspell.en.pws
> @@ -23,7 +23,7 @@ ddd
>   DAs
>   TLSCACertificateFile
>   BNF
> -TLSEphemeralDHParamFile
> +TLSDHParamFile
>   ppolicy
>   gavin
>   ASN
> diff --git a/doc/guide/admin/tls.sdf b/doc/guide/admin/tls.sdf
> index 00bf83c..9e3243e 100644
> --- a/doc/guide/admin/tls.sdf
> +++ b/doc/guide/admin/tls.sdf
> @@ -188,7 +188,7 @@ and it doesn't need very much data to work.
>
>   This directive is ignored with GnuTLS and Mozilla NSS.
>
> -H4: TLSEphemeralDHParamFile <filename>
> +H4: TLSDHParamFile <filename>
>
>   This directive specifies the file that contains parameters for
>   Diffie-Hellman ephemeral key exchange.  This is required in order
>
>
>


-- 
   -- Howard Chu
   CTO, Symas Corp.           http://www.symas.com
   Director, Highland Sun     http://highlandsun.com/hyc/
   Chief Architect, OpenLDAP  http://www.openldap.org/project/

Comment 3 Quanah Gibson-Mount 2014-01-07 16:17:32 UTC
changed notes
changed state Test to Release
Comment 4 Quanah Gibson-Mount 2014-01-29 09:29:55 UTC
changed notes
changed state Release to Closed
Comment 5 OpenLDAP project 2014-08-01 21:04:12 UTC
fixed by #7506, in master
fixed in RE24
fixed in RE25