No commit activity in last 3 years
No release in over 3 years
Port of Ruby/LDAP to JRuby, with patch for Puppetserver
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

< 11.0
 Project Readme
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.