LDAP syncing scripts

General plugins (Local) ::: local_ldap
Maintained by Charles Fulton, Andrew Zito
This plugin synchronizes Moodle cohorts against an LDAP directory using either group memberships or attribute values.
Latest release:
692 sites
529 downloads
31 fans
Current versions available: 9

This plugin synchronizes Moodle cohorts against an LDAP directory using either group memberships or attribute values. This is a continuation of Patrick Pollet's local_ldap plugin, which in turn was inspired by MDL-25011 and MDL-25054.

This plugin requires that you have either CAS or LDAP enabled as an authentication method. It officially supports OpenLDAP and Active Directory. Both have unit test coverage.

The synchronization tasks are managed as scheduled tasks and are disabled by default.

Screenshots

Screenshot #0

Contributors

Charles Fulton (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Show comments
  • Visvanath Ratnaweera
    வியா., 10 ஆக. 2023, 1:39 AM
    @Ylber Ukzmajli, what is the output of
    # cd /path/to/moodle
    # sudo -u www-data php admin/tool/task/cli/schedule_task.php --execute=\\local_ldap\\task\\group_sync_task
  • Ylber Ukzmajli
    வெள்., 11 ஆக. 2023, 2:56 PM
    Hi, Here is the output... :
    root@s2Moodle:/var/www# php /var/www/html/admin/tool/task/schedule_task.php --execute='local_ldap\task\group_sync_task' --showsql
    PHP Warning: PHP Startup: Unable to load dynamic library 'openssl' (tried: /usr/lib/php/20190902/openssl (/usr/lib/php/20190902/openssl: cannot open shared object file: No such file or directory), /usr/lib/php/20190902/openssl.so (/usr/lib/php/20190902/openssl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
    PHP Warning: require(../../../config.php): failed to open stream: No such file or directory in /var/www/html/admin/tool/task/schedule_task.php on line 29
    PHP Fatal error: require(): Failed opening required '../../../config.php' (include_path='.:/usr/share/php') in /var/www/html/admin/tool/task/schedule_task.php on line 29
  • Visvanath Ratnaweera
    வெள்., 11 ஆக. 2023, 5:10 PM
    Hi, I see that you've conveniently ignored the preamble:
    # cd /path/to/moodle
    # sudo -u www-data [...]

    I'm not saying that it is cause of the errors you get, but makes me less reluctant to dive in to your case. Either way, I'm just a user of this plug-in. Hopefully, still the your output might help a developer to help you.
  • Charles Fulton
    வெள்., 11 ஆக. 2023, 9:22 PM
    Plugin author here. I see two issues. One, as Visvanath says, you should run the script from the root of your Moodle installation in order to avoid path issues. That's the cause of one set of notices. The other issue, probably unrelated to that, is that the openssl libraries appear to be missing from your server.
  • Ylber Ukzmajli
    செவ்., 15 ஆக. 2023, 10:06 PM
    Hi, Thank you for your reply but still facing this issue. We have openssl installed In the environment page its market as "OK".
    I've run the command with www-data but still the same...
    "
    root@s2MoodleDev:/home/moodleadmin# sudo -u www-data php /var/www/html/admin/tool/task/schedule_task.php --execute='local_ldap\task\group_sync_task' --showsql
    PHP Warning: require(../../../config.php): Failed to open stream: No such file or directory in /var/www/html/admin/tool/task/schedule_task.php on line 29
    PHP Fatal error: Uncaught Error: Failed opening required '../../../config.php' (include_path='.:/usr/share/php') in /var/www/html/admin/tool/task/schedule_task.php:29
    Stack trace:
    #0 {main}
    thrown in /var/www/html/admin/tool/task/schedule_task.php on line 29
    "
  • Ylber Ukzmajli
    வியா., 17 ஆக. 2023, 7:34 PM
    Hi, We were finally able to make the sync work. It was a LDAP configuration issue and to be more precise, it was the "auth_ldap | contexts" field that contained somme OU that don't exist anymore. It would be great if this script can check if a OU is still available before syncing because we had no errors when running the task manually...
  • Erwin der Kinderen
    வியா., 7 செப். 2023, 7:34 PM
    Hi is it possible to make the plugin authoritave? Remove empty cohorts? As in this request: https://github.com/LafColITS/moodle-local_ldap/issues/11
  • Ralph Ballier
    ஞாயி., 28 ஜன. 2024, 7:27 PM
    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.

    What can I do?

    Ralph
  • Charles Fulton
    செவ்., 30 ஜன. 2024, 10:48 PM
    Ralph,

    Well, it's clearly doing *something*. If you're expecting it to create cohorts that don't exist, you'll need to have "Autocreate missing cohorts" checked. I would also look at the task logs and see what queries are being run.

    Charles
  • Ralph Ballier
    வெள்., 2 பிப். 2024, 6:05 AM
    Hi Charles,

    nice to read from you. Maybe I'm getting there now.

    I have checked "Autocreate missing cohorts", but that doesn't work.

    I have made a screenshot for comparison. You can find it under

    https://cloudfiles.osz-lise-meitner.eu/index.php/s/rnbP4nbWZQxYcFz

    "Autocreate missing cohorts" was checked for the first two lines, but not for the third line. You can clearly see the time differences, but in all cases nothing is written.

    Apache directory studio provides this entry for groups: "DN: cn=alumni,ou=groups,dc=example,dc=eu"

    Where can I find more log entries?

    Ralph
  • Ralph Ballier
    திங்., 5 பிப். 2024, 1:14 AM
    Hi Charles,

    I have adjusted the logging for mariadb.

    In the log file, I used grep to search for lines containing "mdl_cohort ".

    All lines found were SELECT statements of the form:

    SELECT * FROM mdl_cohort WHERE idnumber = 'alumni'

    I found exactly as many lines (2782) as there are groups in the LDAP and after idnumber was the group name.

    I did not find any lines containing INSERT into mdl_cohort.

    Can you help me?

    Ralph
  • Charles Fulton
    செவ்., 6 பிப். 2024, 10:12 PM
    Ralph,

    Do the users exist on your Moodle environment? This plugin only creates and syncs cohorts; it won't create users.

    Charles
  • Ralph Ballier
    புத., 7 பிப். 2024, 4:04 AM
    Hi Charles,

    Thank you for your reply.

    Yes, there are users already set up in Moodle that have a group in LDAP. However, they are members of multiple groups. The memberOf attribute is assigned multiple times. Could this be a problem?

    Do I need to do anything special when configuring LDAP in Moodle?

    Ralph
  • Ralph Ballier
    செவ்., 13 பிப். 2024, 6:02 PM
    Hi Charles,

    The automatic creation of groups in Moodle now works. It was due to the entry "member attribute" in the configuration for LDAP. Instead of "memberOf", it must be "member", because this attribute does not refer to the entry for the LDAP users, but to the entry for the LDAP groups.

    However, the process ends with an error message that a lock cannot be set and a temporary "disorientation" of the server or Apache, so I don't really know whether I should let the process run on our production system.

    Ralph
  • Ralph Ballier
    செவ்., 13 பிப். 2024, 10:15 PM
    I have increased some time limits and now the process terminates properly.

    I hope that this has solved the problems.
1 2 3 4 5 6 7
Please login to post comments