Nathan Salter
Nathan Salter
Hi there, while working on the current branch, I can get an implementation working with this authenticator: ```
I managed to wrangle a working version by doing this: `services_test.yaml`: ``` services: defaults: autowire: true autoconfigure: true bind: $behatContainer: '@test.service_container' App\Tests\Context\: resource: '../tests/Context/*' public: true ``` `JsonContext.php`: ``` class...
Also having the same error since upgrading to 22.04: ``` $ tableplus tableplus: error while loading shared libraries: libldap_r-2.4.so.2: cannot open shared object file: No such file or directory ```...
I fixed this issue for me by downloading LDAP 2.4 manually from this link: https://packages.ubuntu.com/focal/libldap-2.4-2 then using `dpkg -i ` to manually install. Oddly enough this didn't fix it, but...