ruby-net-ldap
ruby-net-ldap copied to clipboard
Pure Ruby LDAP library
I've been using ruby-net-ldap for a while now and would like to contribute more to the project. I was wondering if it would be possible to apply for a maintainer...
## Description This commit adds `ostruct` as an explicit dependency in the net-ldap gemspec. With the release of Ruby 3.3.5 and later versions, users of net-ldap may encounter warnings related...
## Background: With the release of Ruby 3.3.5, users are now receiving warnings when using libraries that utilize ostruct without explicitly declaring it as a dependency in their gemspec. This...
Fixing creation of SHA1/SHA256 digest in Net::LDAP::Password when given password string has an UTF8 encoding.