@@ -103,9 +103,8 @@ auth component could be written to implement OAuth or use Google, etc.
103103### Password Store Component
104104
105105Passwords are stored in the _ Password Store Component_ , which is defined by the ` PasswordStoreInterface ` . Two
106- implementations are included in this repository: ID Broker and Google. (The LDAP store is deprecated and
107- will be removed in the next major version.) To synchronize multiple Password Store Components, you can also use the
108- Multiple adapter that allows you to configure more than one destination.
106+ implementations are included in this repository: ID Broker and Google. To synchronize multiple Password Store
107+ Components, you can also use the Multiple adapter that allows you to configure more than one destination.
109108
110109* Component ID: ``` passwordstore ```
111110* Implement interface: ``` common\components\passwordStore\PasswordStoreInterface ```
@@ -217,7 +216,7 @@ The chart below summarizes the test configuration.
217216| | | env. | common.env, test.env |
218217| | | bootstrap | tests/_ bootstrap.php |
219218| | | config | tests/unit.suite.yml, tests/codeception/config/unit.php |
220- | | | coverage | IdBroker, IdBrokerPw, Ldap |
219+ | | | coverage | IdBroker, IdBrokerPw |
221220| ------- | ------------- | ----------- | ---------------------- |
222221| Unit | Behat | container | unittest |
223222| | | script | run-tests.sh |
0 commit comments