Skip to content

Commit

Permalink
CHANGLOG FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisMorel committed Dec 20, 2011
1 parent e46e84c commit 869fce3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,11 +4,13 @@ Security.yml
## Ldap configuration
The default values for the filters nodes are removed.
Please set explicitly this values.

``` yaml
user:
filter: (ou=people)
role:
filter: (ou=group)

```
### Before:
``` php
Expand All @@ -23,10 +25,10 @@ role:
```

### Now:
``` php
<?php
// DependencyInjection/Configuration.php

``` php
user:
->scalarNode('filter')->end()

Expand All @@ -51,6 +53,7 @@ security:
```

### Before:

```yaml
# src/IMAG/LdapBundle/Resources/config/security.yml

Expand All @@ -67,6 +70,7 @@ security:
```

### Now:

```yaml
# src/IMAG/LdapBundle/Resources/config/security.yml

Expand Down

0 comments on commit 869fce3

Please sign in to comment.