mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #56555
[Bug 1837660] Re: Error in Ldap user sync
** Changed in: mahara/19.04
Status: Fix Committed => Fix Released
--
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 Released
Status in Mahara 18.04 series:
Fix Committed
Status in Mahara 18.10 series:
Fix Released
Status in Mahara 19.04 series:
Fix Released
Status in Mahara 19.10 series:
Fix Released
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