Skip to content

Commit afabaff

Browse files
authored
Merge pull request #7 from mapbender/fix/yaml_not_yml
Update README.md yaml instead of yml
2 parents b575ddc + b352c5e commit afabaff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Enable the LDAP extension for php.
1919

2020
### 2. Configuration
2121

22-
In the `security.yml` add the ldap- and chain-provider, some firewall configuration and a password hasher for the LdapUser:
22+
In the `security.yaml` add the ldap- and chain-provider, some firewall configuration and a password hasher for the LdapUser:
2323

2424
```yml
2525
...
@@ -67,7 +67,7 @@ password_hashers:
6767
...
6868
```
6969

70-
Add your LDAP server settings at the bottom of the `parameters.yml`:
70+
Add your LDAP server settings at the bottom of the `parameters.yaml`:
7171

7272
```yml
7373
ldap.host: ldap.example.com

0 commit comments

Comments
 (0)