File tree 4 files changed +4
-8
lines changed
Bundle/SecurityBundle/DependencyInjection/Security
4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public function addConfiguration(NodeDefinition $node)
45
45
46
46
$ node
47
47
->children ()
48
- ->scalarNode ('service ' )->end ()
48
+ ->scalarNode ('service ' )->defaultValue ( ' ldap ' )-> end ()
49
49
->scalarNode ('dn_string ' )->defaultValue ('{username} ' )->end ()
50
50
->end ()
51
51
;
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public function addConfiguration(NodeDefinition $node)
55
55
56
56
$ node
57
57
->children ()
58
- ->scalarNode ('service ' )->end ()
58
+ ->scalarNode ('service ' )->defaultValue ( ' ldap ' )-> end ()
59
59
->scalarNode ('dn_string ' )->defaultValue ('{username} ' )->end ()
60
60
->end ()
61
61
;
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public function addConfiguration(NodeDefinition $node)
47
47
{
48
48
$ node
49
49
->children ()
50
- ->scalarNode ('service ' )->isRequired ()->cannotBeEmpty ()->end ()
50
+ ->scalarNode ('service ' )->isRequired ()->cannotBeEmpty ()->defaultValue ( ' ldap ' )-> end ()
51
51
->scalarNode ('base_dn ' )->isRequired ()->cannotBeEmpty ()->end ()
52
52
->scalarNode ('search_dn ' )->end ()
53
53
->scalarNode ('search_password ' )->end ()
Original file line number Diff line number Diff line change @@ -11,14 +11,10 @@ have been marked as internal as they still needed some work.
11
11
Breaking changes were introduced in Symfony 3.1, so code relying on
12
12
previous version of the component will break with this version.
13
13
14
- Documentation
15
- -------------
16
-
17
- The documentation for the component can be found [ online] [ 0] .
18
-
19
14
Resources
20
15
---------
21
16
17
+ * [ Documentation] ( https://symfony.com/doc/current/components/filesystem/index.html )
22
18
* [ Contributing] ( https://symfony.com/doc/current/contributing/index.html )
23
19
* [ Report issues] ( https://github.com/symfony/symfony/issues ) and
24
20
[ send Pull Requests] ( https://github.com/symfony/symfony/pulls )
You can’t perform that action at this time.
0 commit comments