From c163bb27ab52f52c01b5a41edd8b05b25c11296e Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Fri, 24 Apr 2020 13:51:14 +0200 Subject: [PATCH] Replace php-net-ldap3 by kolab/net_ldap3 According to that "SOOOO" helpful comment. Finally found that actually a dependency is missing in buster, but no one actually cares... --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index c0bb6fe..38d9854 100644 --- a/scripts/install +++ b/scripts/install @@ -142,6 +142,9 @@ ynh_script_progression --message="Installing additional plugins..." --weight=60 # Create logs and temp directories mkdir -p "$final_path/"{logs,temp} +# Install net_LDAP +ynh_composer_exec --commands="require kolab/net_ldap3" + # Install contextmenu and automatic_addressbook plugins # https://plugins.roundcube.net/packages/sblaisot/automatic_addressbook # https://plugins.roundcube.net/packages/johndoh/contextmenu