I’m having difficulty configuring LDAP properties in Jmix. I’ve added them to application.properties but I receive the following error when running the application:
java.io.FileNotFoundException: class path resource [io/jmix/ldap/module.properties] cannot be opened because it does not exist
What file should contain LDAP properties? It’s not clear to me from the ldap add-on documentation. In CUBA, I put LDAP config in web-app.properties but I don’t see anything similar in Jmix.
Thanks!