From f4198327966fe9fe91fe108f251955b691a47f8f Mon Sep 17 00:00:00 2001 From: Mattias Arthursson Date: Tue, 18 Nov 2008 14:19:35 +0000 Subject: [PATCH] Added authentication methods to changelog. --- changelog.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index cc0e42e9..e9538c35 100644 --- a/changelog.txt +++ b/changelog.txt @@ -11,7 +11,14 @@ http://www.ietf.org/rfc/rfc2255.txt http://www.ietf.org/rfc/rfc2256.txt http://www.ietf.org/rfc/rfc2696.txt -Changes in version 1.3 (XXX 2008) +Changes in version 1.3.0 (Nov 2008) +------------------------------------------- +* Added methods for simple LDAP 'bind' authentication in LdapOperations and SimpleLdapOperations. + The methods will perform a search given a supplied filter, call ContextSource#getContext(dn, password), + and optionally callback to a supplied instance to perform an LDAP operation on the + context. + +Changes in version 1.3.0.RC1 (Oct 2008) ------------------------------------------- * TLS connections are now supported using the DefaultTlsDirContextAuthenticationStrategy and ExternalTlsDirContextAuthenticationStrategy. (LDAP-8)