Skip to content

Commit f81fdca

Browse files
author
blackhedd
committed
notes for version 4
1 parent 02ab4f3 commit f81fdca

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

Release-Announcement

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
1-
We're pleased to announce version 0.0.4 of Net::LDAP, the first
2-
pure-Ruby LDAP library.
1+
We're pleased to announce version 0.0.4 of Net::LDAP, the pure-Ruby LDAP library.
32

4-
This version un-deprecates Net::LDAP#modify, which can be useful with
3+
This version adds an implementation of Net::LDAP#bind_as, which allows
4+
you to authenticate users who log into your applications using simple
5+
identifiers like email addresses and simple usernames. Thanks to Simon Claret
6+
for suggesting the original implementation in his page on the Rails-Wiki,
7+
and for valuable comments and help with testing.
8+
9+
We have un-deprecated Net::LDAP#modify, which can be useful with
510
LDAP servers that observe non-standard transactional and concurrency
611
semantics in LDAP Modify operations. Note: this is a documentation change,
7-
not a code change.
12+
not a code change. Thanks to Justin Forder for providing the rationale
13+
for this change.
14+
15+
We added a larger set of special characters which may appear in RFC-2254
16+
standard search filters. Thanks to Andre Nathan for this patch.
17+
18+
We fixed a bug that was preventing Net::LDAP#open from being called more
19+
than once on the same object.
20+
821

922
Net::LDAP is a feature-complete LDAP client which can access as much as
1023
possible of the functionality of the most-used LDAP server implementations.

0 commit comments

Comments
 (0)