a2ef2e2df5Bug fix: set @open_connection to nil at the end of a Net::LDAP#open. Otherwise, you couldn't do more than one #open on the same Net::LDAP object! Subsequent ones would say "open already in progress."
blackhedd
2006-08-15 08:46:38 +0000
7c1877d991Augmented the value filter used in parsing rfc-2254 filters. Thanks to Andre Nathan.
blackhedd
2006-08-15 08:34:53 +0000
089c737160Net::LDAP#search now automatically converts filters in rfc-2254 notation.
blackhedd
2006-08-15 08:34:06 +0000
faed957164Changed version to 4. Changed Net::LDAP#bind_as returns a result set now.
blackhedd
2006-08-15 08:33:18 +0000
e2bf4dc172Added a preliminary implementation of Net::LDAP#bind_as.
blackhedd
2006-08-12 14:54:25 +0000
526c1cf08bRemoved extraneous print statement, caught by Gary Williams, gary.williams@sas.com
blackhedd
2006-06-27 17:35:18 +0000
2baf207486Supported constructed, context-specific tag 3 (search referral). This was missing from the earlier work that supported referrals.
blackhedd
2006-06-23 12:07:23 +0000
eb4a7737a9reported fix of RFC-2696 regression
blackhedd
2006-06-10 03:28:43 +0000
5fea59a42afixed a regression caused by the introduction of RFC-2696 paged-result controls. These broke openLDAP versions 2.2.x and greater because we were using a page size of 739, while openLDAP doesn't like anything bigger than 126.
blackhedd
2006-06-10 03:25:08 +0000
241d9b8fb3Took a suggestion from Andre Nathan (andre@digirati.com.br) to change the behavior of Net::LDAP::Filter#method_missing to allow case-insensitive attribute names.
blackhedd
2006-05-18 03:52:38 +0000
8b7b74ac16Added test module for filters
blackhedd
2006-05-15 18:36:24 +0000
fe40fa1ef9improved behavior of setting attributes in entries
blackhedd
2006-05-15 18:33:01 +0000
39ec12afe2supported Proc objects as passwords.
blackhedd
2006-05-09 23:01:30 +0000
d4c19eea44Reinterpreted search result sets as Arrays rather than Hashes. WARNING WARNING WARNING: This change breaks existing code.
blackhedd
2006-05-04 13:08:36 +0000
6e5aba6530commented out the searchx methods. I don't think we'll be needing them.
blackhedd
2006-05-04 12:39:28 +0000
999f493863Added some documentation.
blackhedd
2006-05-04 12:30:29 +0000
c7df586c9fAdded a method_missing implementation which allows callers to access attributes simply by giving their name.
blackhedd
2006-05-04 12:19:41 +0000
271c685a67Enabled the left side of a filter-specification to be a Symbol. Previously it had to be a String.
blackhedd
2006-05-04 12:06:34 +0000
c30a198a29Provisionally removed an obsolete way of returning search results. The code is commented out so we can bring it back if the removal causes regressions.
blackhedd
2006-05-04 11:58:10 +0000
0719bed7f6Added convenience methods and accessors so that authentication and seach parameters can be specified more easily than by passing them in an argument hash.
blackhedd
2006-05-04 11:52:22 +0000
6205656846Version 0.0.2 release notes and announcement
blackhedd
2006-05-03 07:22:14 +0000
0fc833e417fixed bug in RDoc instantiation
blackhedd
2006-05-03 05:38:58 +0000
62e24ae893minor verbiage tweaks. Removed COPYING which only makes sense for GPL.
blackhedd
2006-04-30 11:37:59 +0000
3a81510611verbiage tweak and acknowledged Austin.
blackhedd
2006-04-30 11:36:18 +0000
12f7d6efecAdded version number. Removed RELEASE_NOTES in favor of ChangeLog. Removed COPYING in favor of LICENCE.
blackhedd
2006-04-30 11:32:52 +0000
2faf22a2afAdded the framework for release. I haven't actually verified this yet for Net::LDAP, but I used the same framework for the recent release of MIME::Types. Some pieces of the code may need to be moved around to better handle the testing framework in the Rakefile and the pre-setup.rb file. To make this work, you will need the meta_project, gmailer, and archive-tar-minitar gems.
austin
2006-04-30 03:34:34 +0000