1 Eldap Release Notes

This document describes the changes made to the Eldap application.

1.1  Eldap 1.0.2

Fixed Bugs and Malfunctions

  • Removed {verify,0} from ssl-options because eldap does not support peer verification. Thanks to Florian Waas for reporting.

    Own Id: OTP-11354

Improvements and New Features

  • The ldap client eldap now supports the start_tls operation. This upgrades an existing tcp connection to encryption using tls, if the server supports it. See eldap:start_tls/2 and /3.

    Own Id: OTP-11336

1.2  Eldap 1.0.1

Improvements and New Features

  • Fixed various dialyzer warnings

    Own Id: OTP-10403 Aux Id: kunagi-258 [169]

  • Configure the SSL options fully in eldap.

    Own Id: OTP-10728

1.3  Eldap 1.0

New application.