How to transform the existing user authentication system into openldap

We currently have a user management system in which users" passwords are stored in the database through BCryptPasswordEncoder. Now that I want to switch to openldap, how can I modify openldap to verify passwords in the same way as BCryptPasswordEncoder?

the current password in the database is irreversible

May.11,2022
Menu