Kevin McCormack
Kevin McCormack
``` 2.6.5 :001 > require 'keyring' true 2.6.5 :002 > keyring = Keyring.new Traceback (most recent call last): 16: from ~/.rvm/gems/ruby-2.6.5/gems/keyring-0.4.1/lib/keyring/backend.rb:14:in `block in create' 15: from ~/.rvm/gems/ruby-2.6.5/gems/keyring-0.4.1/lib/keyring/backend.rb:14:in `new' 14: from...
``` /home/$USER/.rvm/gems/ruby-2.7.1/gems/bundler-2.1.4/lib/bundler/vendor/fileutils/lib/fileutils.rb:105: warning: already initialized constant Bundler::FileUtils::VERSION /home/$USER/.rvm/rubies/ruby-2.7.1/lib/ruby/2.7.0/bundler/vendor/fileutils/lib/fileutils.rb:105: warning: previous definition of VERSION was here /home/$USER/.rvm/gems/ruby-2.7.1/gems/bundler-2.1.4/lib/bundler/vendor/fileutils/lib/fileutils.rb:1284: warning: already initialized constant Bundler::FileUtils::Entry_::S_IF_DOOR /home/$USER/.rvm/rubies/ruby-2.7.1/lib/ruby/2.7.0/bundler/vendor/fileutils/lib/fileutils.rb:1284: warning: previous definition of S_IF_DOOR was here /home/$USER/.rvm/gems/ruby-2.7.1/gems/bundler-2.1.4/lib/bundler/vendor/fileutils/lib/fileutils.rb:1568:...
This looks like a great extension but I cannot seem to get it working on Ubuntu 16.04 or Arch Linux.
Our CA certificate expired in Dec 2020 and our test suite is now failing. I tried generating a new certificate but then OpenSSL complained about a self-signed certificate in the...
```rb # Example usage ldap_with_pool = Net::LDAP.new( host: host_name, port: 389, connection_pool: { size: 4, # Maximum connections to open timeout: 15 # Number of seconds to wait for a...
I recently ran in to the seemingly popular [connection_pool](https://github.com/mperham/connection_pool) gem. This may be just what this gem needs to add connection pooling.
I see in the documentation how to read from LDIF files with `Net::LDAP::Dataset.read_ldif(File.open(file_path))` and how to save entries to LDIF files with `File.write file_path, entry.to_ldif`. However, I do not see...
I was able to successfully run this on ArchLinux with ``` npm install electron@13 npm run dev-desktop-linux tmp/desktop/keeweb-linux-x64/keeweb ``` Closes #1975
When using `SimplePagedResultsControl`, OpenLDAP 2.4 returns more entries than the set page size and the next request fails with "paged results cookie is invalid". ``` LDAPException(resultCode=2 (protocol error), numEntries=0, numReferences=0,...