vt-middleware / ldaptive

A simple, extensible Java API for interacting with LDAP servers
55 stars 26 forks source link

LDAPI Reimplement to Use junixsocket to 2.0.4 #96

Closed ememisya closed 8 years ago

ememisya commented 8 years ago

junixsocket (the underlying engine for the ldapi module) has received a complete restructuring in its major release, and no longer requires System properties for configuration. (Moved from Google Code: https://github.com/kohlschutter/junixsocket)

Reimplement the new version for this module.

dfish3r commented 8 years ago

Fixed in PR #104