- Issue created by @loziju
- Status changed to Needs review
about 1 year ago 6:10pm 23 November 2023 - πΈπ¬Singapore loziju
@bluegeek9 appreciate your guidance for my first attempt to add this feature in MR62. Please let me know what needs to be improved.
- Status changed to Needs work
about 1 year ago 8:12pm 9 January 2024 - Status changed to Needs review
11 months ago 12:24pm 22 February 2024 - πΈπ¬Singapore loziju
@bluegeek9
> This file should be removed: DrupalUserProcessor.php.orig
My bad, the file was added inadvertently.The tests should pass now.
Besides the failing test, I also identified another error (not caught by any test!) when creating a new user. Apparently my previous fix only solved the authentication of user, but not provisioning of user.
Let's see if the latest few commits should do it.
- Status changed to Needs work
11 months ago 2:02am 23 February 2024 - πΈπ¬Singapore loziju
MR past the tests, but it's because there's no test on ldap_last_authserv yet. The feature not working yet for creating new user.
Remaining things to do:
- Fix the logic for both provisioning new user and authenticating existing user
- Write test for ldap_last_authserv