Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Removed invalid config definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Feb 17, 2012
1 parent fe7517b commit c15ed20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DependencyInjection/Configuration.php
Expand Up @@ -42,7 +42,6 @@ public function getConfigTreeBuilder()
->scalarNode('baseDn')->isRequired()->cannotBeEmpty()->end() ->scalarNode('baseDn')->isRequired()->cannotBeEmpty()->end()
->scalarNode('filter')->defaultValue('')->end() ->scalarNode('filter')->defaultValue('')->end()
->arrayNode('attributes') ->arrayNode('attributes')
->addDefaultsIfNotSet()
->defaultValue(array(array('ldap_attr' => 'uid', 'user_method' => 'setUsername'))) ->defaultValue(array(array('ldap_attr' => 'uid', 'user_method' => 'setUsername')))
->prototype('array') ->prototype('array')
->children() ->children()
Expand Down

0 comments on commit c15ed20

Please sign in to comment.