From 6ac0e212d7ac96b745ce5e1e20f79184d69e5ee5 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 30 Aug 2024 08:56:14 +0200 Subject: [PATCH] feat: remove mention of FOSUserBundle in doc --- security/ldap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/ldap.rst b/security/ldap.rst index 307d9996c9b..e51e8dda47f 100644 --- a/security/ldap.rst +++ b/security/ldap.rst @@ -25,7 +25,7 @@ This means that the following scenarios will work: either the LDAP form login or LDAP HTTP Basic authentication providers. * Checking a user's password against an LDAP server while fetching user - information from another source (database using FOSUserBundle, for + information from another source like your main database for example). * Loading user information from an LDAP server, while using another