diff --git a/conf/ldap_authentication2.src b/conf/ldap_authentication2.src index 9159e10..f237efd 100644 --- a/conf/ldap_authentication2.src +++ b/conf/ldap_authentication2.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/LDAPAuthentication2-REL1_33-421f6ef.tar.gz -SOURCE_SUM=e29b9fe4c96ee64c1b3d56e0cae21bdf6e9257da70e3a1d29a867bb605b08ef6 +SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/LDAPAuthentication2-REL1_31-8bd6bc8.tar.gz +SOURCE_SUM=6acbf1d8e483f4b4229aaabcb9dba40df80dfd98a6cffb57a02ad6595104c49d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/conf/ldap_authorization.src b/conf/ldap_authorization.src index df1d367..7f4c84e 100644 --- a/conf/ldap_authorization.src +++ b/conf/ldap_authorization.src @@ -1,5 +1,5 @@ SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/LDAPAuthorization-REL1_33-0eb9ef4.tar.gz -SOURCE_SUM=784e95ca493505b564f9dc10b9e83c8cd6e587b95e1272408bb51acf1bf59c09 +SOURCE_SUM=7c9fd5289a9563d84a8622b39f98482d3ee94625c25eb2d093f189a60feab27e SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/conf/ldap_provider.src b/conf/ldap_provider.src index c64a282..78bdb26 100644 --- a/conf/ldap_provider.src +++ b/conf/ldap_provider.src @@ -1,5 +1,5 @@ SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/LDAPProvider-REL1_33-344c6c8.tar.gz -SOURCE_SUM=9f6a17721bb4a11d98c6f427684e6751f45ba12cdabd4dd6919476769b8f92fa +SOURCE_SUM=f943625650bb05eb0bacb054c2c0e28c07d9932abe6a9926b2a62002d45e7c57 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/conf/ldap_userinfo.src b/conf/ldap_userinfo.src index 95a5608..176f5e0 100644 --- a/conf/ldap_userinfo.src +++ b/conf/ldap_userinfo.src @@ -1,5 +1,5 @@ SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/LDAPUserInfo-REL1_33-70783b6.tar.gz -SOURCE_SUM=c0a9869de599dbfb96175e396573ff2138ecfae24b0e17c5afadf2e86890c4ce +SOURCE_SUM=956beccd7bc95378b577af7f0ad5075e89035d7e4c20d18d8a8ecf1e2011a326 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/conf/pluggable_auth.src b/conf/pluggable_auth.src index 6b22978..665086d 100644 --- a/conf/pluggable_auth.src +++ b/conf/pluggable_auth.src @@ -1,5 +1,5 @@ SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/PluggableAuth-REL1_33-a69f626.tar.gz -SOURCE_SUM=b6e678bb4b870dd16ac679836ef9b456e94662b5b18d8cfa030d0648383685a0 +SOURCE_SUM=89e692b6ddcca87fc7c34e65c9344b495edb6c294fb23334b8d8fa669066494a SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/scripts/install b/scripts/install index 5a76f92..e0d9924 100755 --- a/scripts/install +++ b/scripts/install @@ -86,9 +86,9 @@ ynh_script_progression --message="Setting up source files..." --weight=4 ynh_app_setting_set --app=$app --key=final_path --value=$final_path ynh_setup_source --dest_dir="$final_path" +ynh_setup_source --dest_dir="$final_path/extensions/" --source_id="ldap_authentication2" ynh_setup_source --dest_dir="$final_path/extensions/" --source_id="ldap_provider" ynh_setup_source --dest_dir="$final_path/extensions/" --source_id="pluggable_auth" -ynh_setup_source --dest_dir="$final_path/extensions/" --source_id="ldap_authentication2" # Note(decentral1se): Disabled and unused for now ... # ynh_setup_source --dest_dir="$final_path/extensions/" --source_id="ldap_groups"