Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Light weight Java API for LDAP

I would like to validate username and password for my new open source Java project using LDAP(Iplanet or Open DS), despite of validating against database.

Primary activities i would like to do are: 1) Validate userName and password 2) Add a user or Group to directoy server 3) Assigning a user to a Group.

Any light weight Java API, that provides quick learning curve.

like image 687
srk Avatar asked Jun 22 '26 05:06

srk


1 Answers

I have a good experience with UnboundID LDAP SDK . It is just a single jar , has a good documentation , very user-friendly API , and a lot of advantages when compared to the JNDI .

I especially like its ORM framework which can easily map a LDAP record to a Java object .

like image 140
Ken Chan Avatar answered Jun 23 '26 19:06

Ken Chan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!