<@U070SQMD1> Did you ever identify a service for t...
# lucee
d
@zackster Did you ever identify a service for testing LDAP (like how you use Greenmail for POP/IMAP/SMTP)?
z
d
Thanks!
z
the first one i tried didn't work, total PIA
d
I'm trying to find something I can stand up w/out needing a docker container, something I can standup via Java preferably.
I'm just starting the research process, but the two I've found so far are: https://github.com/pingidentity/ldapsdk https://github.com/intelie/dummyldap
z
then you'll need to import the existing ldif for that test case
d
The LDAP SDK looks like exactly what I need. You can spin up an LDAP server via command line (or in your tests via Java) and feed it in an example LDAP ldif file. You might want to look at migrating to this as it avoids needing Docker and can be used directly within the test suite itself. (You can do this with Greenmail too)