8000 [SecurityBundle] Minor fix in LDAP config tree builder · simPod/symfony@468a201 · GitHub
[go: up one dir, main page]

Skip to content

Commit 468a201

Browse files
committed
[SecurityBundle] Minor fix in LDAP config tree builder
1 parent d0b7445 commit 468a201

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)
0