From 18701b40650cb7cc6524896398341c0c70d4ead9 Mon Sep 17 00:00:00 2001 From: Carson Tam Date: Wed, 30 Oct 2024 14:40:30 -0700 Subject: [PATCH 1/2] Add LDAPSync admin tool to Moodle 4.4. --- .gitmodules | 6 +++++- admin/tool/ldapsync | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 admin/tool/ldapsync diff --git a/.gitmodules b/.gitmodules index f6aab1c39f50b..30098766d66ae 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,6 +6,10 @@ path = admin/tool/ilioscategoryassignment url = https://github.com/ilios/tool_ilioscategoryassignment.git branch = MOODLE_404_STABLE +[submodule "admin/tool/ldapsync"] + path = admin/tool/ldapsync + url = https://github.com/ucsf-education/moodle-admin-tool-ldapsync + branch = main [submodule "blocks/attendance"] path = blocks/attendance url = https://github.com/danmarsden/moodle-block_attendance @@ -102,4 +106,4 @@ path = mod/zoom url = https://github.com/ncstate-delta/moodle-mod_zoom branch = main - tag = v5.2.4 \ No newline at end of file + tag = v5.2.4 diff --git a/admin/tool/ldapsync b/admin/tool/ldapsync new file mode 160000 index 0000000000000..092385901a1de --- /dev/null +++ b/admin/tool/ldapsync @@ -0,0 +1 @@ +Subproject commit 092385901a1de0f5c199f35034174d336175eefd From a4ba39fb99b0baf60c2bdaacdc1482d18a991635 Mon Sep 17 00:00:00 2001 From: Carson Tam Date: Fri, 8 Nov 2024 16:22:16 -0800 Subject: [PATCH 2/2] Change ldapsync plugin to use MOODLE_404_STABLE branch, and update it to the latest commit. --- .gitmodules | 2 +- admin/tool/ldapsync | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 30098766d66ae..4449adbf2ca18 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,7 +9,7 @@ [submodule "admin/tool/ldapsync"] path = admin/tool/ldapsync url = https://github.com/ucsf-education/moodle-admin-tool-ldapsync - branch = main + branch = MOODLE_404_STABLE [submodule "blocks/attendance"] path = blocks/attendance url = https://github.com/danmarsden/moodle-block_attendance diff --git a/admin/tool/ldapsync b/admin/tool/ldapsync index 092385901a1de..2b3bfd147a862 160000 --- a/admin/tool/ldapsync +++ b/admin/tool/ldapsync @@ -1 +1 @@ -Subproject commit 092385901a1de0f5c199f35034174d336175eefd +Subproject commit 2b3bfd147a862f114e1facdecbd4cd99a49ca996