Registry / networking / ruby-ldap

ruby-ldap

JSON →
library0.9.20rbrubygemsunverified

Provides an interface to LDAP libraries such as OpenLDAP, Netscape SDK, and Active Directory, following RFC1823.

gem install ruby-ldap
INSTALL
IMPORT
SIG · RUBY-LDAP
R
ruby-ldap
networkingrubyv0.9.20
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.

LDAP
require 'ldap'

Connect and bind to an LDAP server

require 'ldap' conn = LDAP::Conn.new('ldap.example.com') conn.bind('cn=admin,dc=example,dc=com', 'password')
Debug
Known issues
gotchaRequires a system LDAP library (e.g., OpenLDAP) to be installed.
fix
Install OpenLDAP development headers (libldap-dev on Debian/Ubuntu).
affects: >= 0.9.0
Upgrade
Version history
0.9.20latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

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