1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-15 05:04:09 +02:00

[ticket/12574] Remove passwords manager dependency from ldap

Also started to implement tests for ldap provider.

PHPBB3-12574
This commit is contained in:
Marc Alexander
2019-11-01 11:52:44 +01:00
parent 51bb05f286
commit 2c3a24b678
4 changed files with 272 additions and 28 deletions

View File

@@ -42,9 +42,9 @@ services:
auth.provider.ldap:
class: phpbb\auth\provider\ldap
arguments:
- '@dbal.conn'
- '@config'
- '@passwords.manager'
- '@dbal.conn'
- '@language'
- '@user'
tags:
- { name: auth.provider }