From e280061538e8a4c43008d0709abd0f89ae92d388 Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Fri, 28 Jan 2022 17:04:39 +0100 Subject: [PATCH] Polish LDAP reference docs Issue gh-10789 --- .../ROOT/pages/servlet/authentication/passwords/ldap.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/servlet/authentication/passwords/ldap.adoc b/docs/modules/ROOT/pages/servlet/authentication/passwords/ldap.adoc index 0000736128..127c71fb99 100644 --- a/docs/modules/ROOT/pages/servlet/authentication/passwords/ldap.adoc +++ b/docs/modules/ROOT/pages/servlet/authentication/passwords/ldap.adoc @@ -36,7 +36,7 @@ If you are unfamiliar with how to do this, you can refer to the https://docs.ora == Setting up an Embedded LDAP Server The first thing you will need to do is to ensure that you have an LDAP Server to point your configuration to. -For simplicity, it often best to start with an embedded LDAP Server. +For simplicity, it is often best to start with an embedded LDAP Server. Spring Security supports using either: * <>