mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #54946
[Bug 1837660] A patch has been submitted for review
Patch for "18.10_STABLE" branch: https://reviews.mahara.org/10234
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1837660
Title:
Error in Ldap user sync
Status in Mahara:
Fix Committed
Status in Mahara 18.04 series:
Fix Committed
Status in Mahara 18.10 series:
Fix Committed
Status in Mahara 19.04 series:
Fix Committed
Status in Mahara 19.10 series:
Fix Committed
Bug description:
When there is an existing matching email on the
artefact_internal_profile_email but not on the usr.email field there
is an error thrown on line 1334 of auth/ldap/lib.php
EXECUTE("SELECT * FROM "usr" WHERE "id" = ? LIMIT 2")Command was:
SELECT * FROM "usr" WHERE "id" = ?
See
https://mahara.org/interaction/forum/topic.php?id=8483&offset=0&limit=10#post33840
This is because we only check for email and return boolean and then
try to fetch info based on an object.
Will fix
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1837660/+subscriptions
References