LDAP Sync Plus Moodle 3.5 synchronization error

LDAP Sync Plus Moodle 3.5 synchronization error

Abdelkrime AGROU -
回帖数:2

Hello All,

Could you please help me to solve an issue while run LDAP users sync job (Sync Plus).

I go the error message bellow:

LDAP users sync job (Sync Plus)

Execute scheduled task: LDAP users sync job (Sync Plus) (auth_ldap_syncplus\task\sync_task)
... started 15:19:56. Current memory use 8.1MB.
Connecting to LDAP server...

Creating temporary table tmp_extuser

......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Got 1782 records from LDAP

No updates to be done

User entries to be added: 1775

Exception - Call to protected method auth_plugin_base::update_user_record() from context ''

More information about this error

Also after adding the LDAP Sync Plus pluging and disable normal Ldap pluging the old user which was configured could not connect with LDAP Sync Plus pluging.

Please help me, thanks a lot.

Regards,

回复Abdelkrime AGROU

Re: LDAP Sync Plus Moodle 3.5 synchronization error

Abdelkrime AGROU -

Hi,

The seconde error below has been solved by changing the authentifcation pluging for the user:

Also after adding the LDAP Sync Plus pluging and disable normal Ldap pluging the old user which was configured could not connect with LDAP Sync Plus pluging.


Could you please help me solve the first error  which was related to the ldap sync, for synchronizing accounts.

Thanks a lot

Regards,

回复Abdelkrime AGROU

Re: LDAP Sync Plus Moodle 3.5 synchronization error

Leon Stringer -
Core developers的头像 Particularly helpful Moodlers的头像

The LDAP server (Sync Plus) plugin isn't compatible with Moodle 3.5 currently. If you check the supported versions page you'll see the latest supported version is Moodle 3.4.

You can use the internal LDAP authentication instead, but if you need the Sync Plus functionality you need to stick with Moodle 3.4 for the time being.

For developers: The "Call to protected method auth_plugin_base::update_user_record() from context ''" error is due to an internal change mentioned in auth/upgrade.txt:

* The auth_db and auth_ldap plugins' implementations of update_user_record() have been removed and both now
call the new implementation added in the base class.

The moved update_user_record() method is now protected.