Registry / networking / ruby-net-ldap

ruby-net-ldap

JSON →
library0.0.4rbrubygemsunverified

Net::LDAP is an LDAP support library written in pure Ruby, supporting all LDAP client features and a subset of server features.

gem install ruby-net-ldap
INSTALL
IMPORT
SIG · RUBY-NET-LDAP
R
ruby-net-ldap
networkingrubyv0.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Net::LDAP
require 'net/ldap'

Connects to an LDAP server and performs a search.

require 'net/ldap' ldap = Net::LDAP.new(host: 'ldap.example.com', port: 389) ldap.bind(method: :anonymous) puts ldap.search(base: 'dc=example,dc=com', filter: '(uid=john')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
1
Resources
ruby-net-ldap — gem install ruby-net-ldap · libregistry