Skip to content

JRuby/LDAP is a native LDAP implementation that uses JNDI to implement a Ruby/LDAP compatible API.

License

Notifications You must be signed in to change notification settings

jruby/jruby-ldap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JRuby/LDAP
-----------

This is an interface compatible port of Ruby/LDAP - to allow binary LDAP usage through JRuby. This implementation is pure Ruby, but uses the Java Integration features of JRuby to access the JNDI libraries and through these implement the correct functionality.

Many classes are missing right now, but the base functionality should be there.


Usage
-----
require 'rubygems'
require 'ldap'

And then use it like all tutorials of Ruby/LDAP show you.

About

JRuby/LDAP is a native LDAP implementation that uses JNDI to implement a Ruby/LDAP compatible API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages