diff --git a/modules/ROOT/pages/testing.adoc b/modules/ROOT/pages/testing.adoc index e1a21161..7d78e34e 100644 --- a/modules/ROOT/pages/testing.adoc +++ b/modules/ROOT/pages/testing.adoc @@ -193,6 +193,7 @@ EmbeddedLdapServer embeddedLdapServer() { .build(); } ---- +==== Alternatively, you can use the `org.springframework.ldap.test.unboundid.LdifPopulator` to create and populate the LDAP server. To use it, create a bean similar to the following: