You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found out that it's not working because the embedded LDAP server is not starting.
Before checking the complete example (here on the repository) I've debugged the AutoConfiguration class EmbeddedLdapAutoConfiguration
This led me to understand that the the embedded server will only start if the following properties are present in the classpath:
This is a good first issue for someone who wants to start contributing.
I would skip the log.debug or log.info bit, though, as they lead to a lot of output. At most, I would mention those options but not turn them on by default.
When following the guideline here:
Spring guides - LDAP
I found out that it's not working because the embedded LDAP server is not starting.
Before checking the complete example (here on the repository) I've debugged the AutoConfiguration class
EmbeddedLdapAutoConfiguration
This led me to understand that the the embedded server will only start if the following properties are present in the classpath:
This is clear here in the Github example but is missing in the guides of LDAP. Is it possible to improve the guide?
Also, I believe it would be nice to put a
log.debug
or even alog.info
when the embedded server is started and in which port it has started.The text was updated successfully, but these errors were encountered: