20122013 Ericsson AB. All Rights Reserved. The contents of this file are subject to the Erlang Public License, Version 1.1, (the "License"); you may not use this file except in compliance with the License. You should have received a copy of the Erlang Public License along with this software. If not, it can be retrieved online at http://www.erlang.org/. Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. Eldap Release Notes OTP team 2003-06-06 B notes.xml

This document describes the changes made to the Eldap application.

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

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

Eldap 1.0

New application.