Skip to content

Commit 4fb4aba

Browse files
authored
Merge pull request #341 from sil-org/remove-ldap
Release 9.0.0 - remove the LDAP password store component
2 parents e5c6264 + 91f3e1b commit 4fb4aba

26 files changed

+4
-1883
lines changed

Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,6 @@ upTestDb:
6666
broker:
6767
docker compose up -d broker
6868

69-
ldap:
70-
docker compose up -d ldap
71-
72-
ldapload:
73-
docker compose kill ldap
74-
docker compose rm -f ldap
75-
docker compose run --rm ldapload
76-
7769
bounce:
7870
docker compose up -d api
7971

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,8 @@ auth component could be written to implement OAuth or use Google, etc.
103103
### Password Store Component
104104

105105
Passwords 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

Comments
 (0)