We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b575ddc + b352c5e commit afabaffCopy full SHA for afabaff
1 file changed
README.md
@@ -19,7 +19,7 @@ Enable the LDAP extension for php.
19
20
### 2. Configuration
21
22
-In the `security.yml` add the ldap- and chain-provider, some firewall configuration and a password hasher for the LdapUser:
+In the `security.yaml` add the ldap- and chain-provider, some firewall configuration and a password hasher for the LdapUser:
23
24
```yml
25
...
@@ -67,7 +67,7 @@ password_hashers:
67
68
```
69
70
-Add your LDAP server settings at the bottom of the `parameters.yml`:
+Add your LDAP server settings at the bottom of the `parameters.yaml`:
71
72
73
ldap.host: ldap.example.com
0 commit comments