LafColITS / moodle-local_ldap

Various synchronization scripts between Moodle and LDAP directories (see https://tracker.moodle.org/browse/MDL-25011 )
9 stars 7 forks source link

No groups are created #39

Closed raba34 closed 7 months ago

raba34 commented 8 months ago

Hi,

I want to transfer a large number of groups (almost 3000) from LDAP to Moodle. When I run the script for the group synchronization, I get the following output after about 4 minutes after setting the time limits for nginx:

Execute scheduled task: Synchronize cohorts from LDAP groups (local_ldap\task\group_sync_task) ... started 11:04:46. Current memory use 15.0 MB. ... used 2781 dbqueries ... used 243.29541778564 seconds Scheduled task complete: Synchronize cohorts from LDAP groups (local_ldap\task\group_sync_task)

But no groups are created.

I am using Moodle 4.3.2+ Build: 20240125, i.e. the latest version.

Is it possible that this entry in the LDAP for groups in Moodle is not suitable for setting up cohorts? DN: cn=alumni,ou=groups,dc=example,dc=en

What can I do?

mackensen commented 7 months ago

Per offline discussion I believe this issue is resolved.