Skip to content

Commit

Permalink
Merge pull request #7 from mapbender/fix/yaml_not_yml
Browse files Browse the repository at this point in the history
Update README.md yaml instead of yml
  • Loading branch information
PhilVanB committed Aug 7, 2024
2 parents b575ddc + b352c5e commit afabaff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Enable the LDAP extension for php.

### 2. Configuration

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:

```yml
...
Expand Down Expand Up @@ -67,7 +67,7 @@ password_hashers:
...
```

Add your LDAP server settings at the bottom of the `parameters.yml`:
Add your LDAP server settings at the bottom of the `parameters.yaml`:

```yml
ldap.host: ldap.example.com
Expand Down

0 comments on commit afabaff

Please sign in to comment.