From af742c43496067c500304a53c271b5142aa16853 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 22 Jan 2022 14:31:26 +0000 Subject: [PATCH] LDAP plugin v14 is not compatible with current version. Rolling back. --- conf/ldap.src | 4 ++-- scripts/_common.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/ldap.src b/conf/ldap.src index aeee6fe..cb0025b 100644 --- a/conf/ldap.src +++ b/conf/ldap.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_14.0.0.0.zip -SOURCE_SUM=7e09c87b698b3315357139468ec601b1395b2e88cb940c20d3e716f9bf48a37c +SOURCE_URL=https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_12.0.0.0.zip +SOURCE_SUM=e3ef05fdb0cce145504a34595aefe568e47964e981017d9ccb87f39e58fff861 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/scripts/_common.sh b/scripts/_common.sh index 398d363..be01c38 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,7 +9,7 @@ pkg_version="10.7.7-1" version=$(echo "$pkg_version" | cut -d '-' -f 1) ffmpeg_pkg_version="4.3.2-1" -ldap_pkg_version="14.0.0.0" +ldap_pkg_version="12.0.0.0" architecture=$(dpkg --print-architecture)