1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[feature/auth-refactor] Convert provider_ldap to a service

Removes globals from provider_ldap and converts it into a service.

PHPBB3-9734
This commit is contained in:
Joseph Warner
2013-06-20 22:11:24 -04:00
parent 24825b9dc8
commit c253189e85
2 changed files with 67 additions and 59 deletions

View File

@@ -15,4 +15,6 @@ services:
auth.provider.ldap:
class: phpbb_auth_provider_ldap
arguments:
- @dbal.conn
- @config
- @user