Issue 8099 - Documentation bug with 'tls_cipher(_)suite' option
Summary: Documentation bug with 'tls_cipher(_)suite' option
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: documentation (show other issues)
Version: 2.4.40
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-08 10:52 UTC by matt@bodgit-n-scarper.com
Modified: 2016-06-25 01:25 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 matt@bodgit-n-scarper.com 2015-04-08 10:52:40 UTC
Full_Name: Matt Dainty
Version: 2.4.40
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (173.38.209.6)


Documentation makes reference to `tls_ciphersuite=` option for
olcSyncrepl/syncrepl settings however I got an error when trying to use it.

On a hunch, I tried using `tls_cipher_suite=` instead matching the style of the
equivalent ldap.conf setting and this worked.

Confirmed what the code was doing here:

http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=servers/slapd/config.c#l1428

slapd-config(5), slapd.conf(5) are affected as well as the admin guide,
potentially slapd-meta(5) and slapd-ldap(5) too if those backends reuse the same
config code.

Comment 1 Quanah Gibson-Mount 2015-04-08 20:03:59 UTC
--On Wednesday, April 08, 2015 11:52 AM +0000 matt@bodgit-n-scarper.com 
wrote:

> Full_Name: Matt Dainty
> Version: 2.4.40
> OS: Linux
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (173.38.209.6)
>
>
> Documentation makes reference to `tls_ciphersuite=` option for
> olcSyncrepl/syncrepl settings however I got an error when trying to use
> it.

Thanks for the report, this is now fixed in openldap.master/RE25/RE24.

--Quanah


--

Quanah Gibson-Mount
Platform Architect
Zimbra, Inc.
--------------------
Zimbra ::  the leader in open source messaging and collaboration

Comment 2 Quanah Gibson-Mount 2015-04-08 20:04:19 UTC
changed notes
changed state Open to Release
moved from Incoming to Documentation
Comment 3 OpenLDAP project 2015-07-02 17:49:55 UTC
Fixed in master
fixed in RE25
fixed in RE24
Comment 4 Quanah Gibson-Mount 2015-07-02 17:49:55 UTC
changed notes
changed state Release to Closed
Comment 5 NightDragon 2016-06-25 00:11:07 UTC
your doc (http://www.openldap.org/doc/admin24/guide.html) at chapter
"5.2.5.8. olcSyncrepl" and "6.2.3.7. syncrepl"

 

 

Comment 6 NightDragon 2016-06-25 00:13:00 UTC
The bug also exists in  your doc
(http://www.openldap.org/doc/admin24/guide.html) at chapter "5.2.5.8.
olcSyncrepl" and "6.2.3.7. syncrepl"




Comment 7 Ryan Tandy 2016-06-25 01:25:29 UTC
Thanks for that. Fixed in git master.