Skip to content

Commit

Permalink
bug #36030 [SecurityBundle] Minor fix in LDAP config tree builder (He…
Browse files Browse the repository at this point in the history
…ahDude)

This PR was merged into the 4.4 branch.

Discussion
----------

[SecurityBundle] Minor fix in LDAP config tree builder

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | ~
| License       | MIT
| Doc PR        | ~

Continuation of #35910 for 4.4.

Commits
-------

468a201 [SecurityBundle] Minor fix in LDAP config tree builder
  • Loading branch information
nicolas-grekas committed Mar 12, 2020
2 parents 9d07aa0 + 468a201 commit 741b249
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -48,6 +48,7 @@ public function getKey()
public function addConfiguration(NodeDefinition $node)
{
$node
->fixXmlConfig('extra_field')
->fixXmlConfig('default_role')
->children()
->scalarNode('service')->isRequired()->cannotBeEmpty()->defaultValue('ldap')->end()
Expand Down

0 comments on commit 741b249

Please sign in to comment.