I'm building a spring boot application which use LDAP interaction for authentication but not only. I also retrieve information from LDAP for my users details.
I don't know how to manage this for a dev environment which does not have access to real LDAP.
Ldif file ? Embedded Apache DS Server ?
Thanks
So you want to mock LDAP in your local environment.
You'll need to,
Refer below mentioned link describing step by step guide to mock LDAP. Tried similar in 2014, hope it work for others.
Reference: https://theholyjava.wordpress.com/2010/05/05/mocking-out-ldapjndi-in-unit-tests/
Note: Please rephrase your query so that others with similar issue can also benefit it. Happy coding :)