From 2517bdfdc5e3de4d26bc42cfb4b2c076cd27c4c3 Mon Sep 17 00:00:00 2001 From: Josh Cummings <3627351+jzheaux@users.noreply.github.com> Date: Thu, 17 Apr 2025 12:38:43 -0600 Subject: [PATCH] Fix Typo in Docs --- modules/ROOT/pages/testing.adoc | 1 + 1 file changed, 1 insertion(+) 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: