Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 741b249

Browse files
bug #36030 [SecurityBundle] Minor fix in LDAP config tree builder (HeahDude)
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
2 parents 9d07aa0 + 468a201 commit 741b249

File tree

1 file changed

+1
-0
lines changed
  • src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/LdapFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public function getKey()
4848
public function addConfiguration(NodeDefinition $node)
4949
{
5050
$node
51+
->fixXmlConfig('extra_field')
5152
->fixXmlConfig('default_role')
5253
->children()
5354
->scalarNode('service')->isRequired()->cannotBeEmpty()->defaultValue('ldap')->end()

0 commit comments

Comments
 (0)