Ticket #247 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

LDAP starttls not getting started

Reported by: srseeley Owned by: smoku
Priority: minor Component: storage
Version: 2.2 Keywords: ldap starttls tls
Cc: Tracforge_linkmap:
Blocking: Blocked By:

Description

When using the authreg_ldap module you would expect that uncommenting the <starttls/> option in c2s.xml would enable an TLS connection to the LDAP server. This is not currently the case.

AR_LDAP_FLAGS_STARTTLS is not getting set due to a typo in the config option name so TLS is never getting started.

authreg.ldap.startls should be authreg.ldap.starttls to match the <starttls/> option in c2s.xml.

A current work around is to simply set the option <startls/> in c2s.xml.

Attachments

authreg-starttls.patch (0.7 KB) - added by srseeley 3 months ago.

Change History

Changed 3 months ago by srseeley

Changed 3 months ago by smoku

  • status changed from new to closed
  • resolution set to fixed

In [698]:Fixed typo in starttls option name. Fixes #247

Note: See TracTickets for help on using tickets.