1 Eldap Release Notes
This document describes the changes made to the Eldap application.
1.1 Eldap 1.0.3
Fixed Bugs and Malfunctions
-
Application upgrade (appup) files are corrected for the following applications:
asn1, common_test, compiler, crypto, debugger, dialyzer, edoc, eldap, erl_docgen, et, eunit, gs, hipe, inets, observer, odbc, os_mon, otp_mibs, parsetools, percept, public_key, reltool, runtime_tools, ssh, syntax_tools, test_server, tools, typer, webtool, wx, xmerl
A new test utility for testing appup files is added to test_server. This is now used by most applications in OTP.
(Thanks to Tobias Schlager)
Own Id: OTP-11744
-
Add support for IPv6 connections, By including the [inet6] option in eldap:open/2. Default value is still [inet] (Thanks to Edwin Fine)
Own Id: OTP-11753
-
Fixed bug where eldap:search returned binaries instead of strings. (Thanks Simon MacMullen for the report)
Own Id: OTP-11768
1.2 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.3 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.4 Eldap 1.0
New application.