From 18701b40650cb7cc6524896398341c0c70d4ead9 Mon Sep 17 00:00:00 2001 From: Carson Tam Date: Wed, 30 Oct 2024 14:40:30 -0700 Subject: [PATCH] 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