ruby-ldap icon indicating copy to clipboard operation
ruby-ldap copied to clipboard

Can ActiveLdap organization take over Ruby/LDAP?

Open kou opened this issue 2 years ago • 1 comments

@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 )

kou avatar Sep 05 '23 01:09 kou

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.

ShaneCurcuru avatar Jan 25 '25 16:01 ShaneCurcuru