[email protected] 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/
