I need to authenticate over LDAP and have an Oracle table with usersnames and hashed passwords.
Is it possible to make LDAP use these table?
I just want to simulate a fake
LDAP. When the client tries to log, the server just needs to hash the password and compare it with the one stored in the database table.
Just it. Is there a framework that implements all the LDAP protocol. I just want it to call my Java code.