File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed
Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change 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
510LDAP servers that observe non-standard transactional and concurrency
611semantics 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
922Net::LDAP is a feature-complete LDAP client which can access as much as
1023possible of the functionality of the most-used LDAP server implementations.
You can’t perform that action at this time.
0 commit comments