Can ActiveLdap organization take over Ruby/LDAP?
@bearded It seems that you can't maintain Ruby/LDAP. ActiveLdap organization https://github.com/activeldap depends on Ruby/LDAP. Can ActiveLdap organization take over Ruby/LDAP? (Transfer https://github.com/bearded/ruby-ldap to https://github.com/activeldap/ruby-ldap )
We also need to use ruby-ldap on ruby 3.2.x+, so I've forked this project to:
https://github.com/Punderthings/ruby-ldap3
And pulled PRs #44, #45, #46 up, changed version number to 0.10.1 and put up on rubygems.
Sadly (and mysteriously) I'm still getting a ton of warnings/errors when trying to bundle install into my actual environment. If anyone's interested in maintaining a ruby 3.x version of this code, let me know; I don't have much dev time, but I will accept PRs to get things to work on new Ruby versions.