aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-06-20 22:11:24 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-06-20 22:11:53 -0400
commitc253189e85f780d50aa82c483b432717a967bb1c (patch)
tree24a7bc8a61b04abbdea22ec8551c35e11c34a966 /phpBB/config
parent24825b9dc8cd94204da4180a044dbeab563d5563 (diff)
downloadforums-c253189e85f780d50aa82c483b432717a967bb1c.tar
forums-c253189e85f780d50aa82c483b432717a967bb1c.tar.gz
forums-c253189e85f780d50aa82c483b432717a967bb1c.tar.bz2
forums-c253189e85f780d50aa82c483b432717a967bb1c.tar.xz
forums-c253189e85f780d50aa82c483b432717a967bb1c.zip
[feature/auth-refactor] Convert provider_ldap to a service
Removes globals from provider_ldap and converts it into a service. PHPBB3-9734
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/auth_providers.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/config/auth_providers.yml b/phpBB/config/auth_providers.yml
index e702ec665a..e4855d2b95 100644
--- a/phpBB/config/auth_providers.yml
+++ b/phpBB/config/auth_providers.yml
@@ -15,4 +15,6 @@ services:
auth.provider.ldap:
class: phpbb_auth_provider_ldap
arguments:
-
+ - @dbal.conn
+ - @config
+ - @user