From 153e2bc34dd0ed9c476059801822ce61be31ee99 Mon Sep 17 00:00:00 2001 From: PhilVanB Date: Thu, 8 Aug 2024 11:58:55 +0200 Subject: [PATCH] Specify path to security.yaml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ee97f1..6b20060 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Enable the LDAP extension for php. ### 2. Configuration -In the `security.yaml` add the ldap- and chain-provider, some firewall configuration and a password hasher for the LdapUser: +In the `/config/packages/security.yaml` add the ldap- and chain-provider, some firewall configuration and a password hasher for the LdapUser: ```yml ...