Registry / networking / net-ldap

net-ldap

JSON →
library0.20.0rbrubygemsunverified

Net::LDAP implements client access for the Lightweight Directory Access Protocol (LDAP) in pure Ruby with no external dependencies.

gem install net-ldap
INSTALL
IMPORT
SIG · NET-LDAP
N
net-ldap
networkingrubyv0.20.0
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'

Connect to an LDAP server and perform 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')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.20.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
net-ldap — gem install net-ldap · libregistry