From 3239313005967b67c2a63cc48fe869640250b5f2 Mon Sep 17 00:00:00 2001 From: dragondaddy Date: Thu, 27 Jul 2023 20:14:15 +0200 Subject: [PATCH] We enable ldapauth during install --- scripts/install | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/install b/scripts/install index a7d4b60..286f4e1 100755 --- a/scripts/install +++ b/scripts/install @@ -195,6 +195,13 @@ ynh_script_progression --message="Push Ldap configuration to .htconfig.php..." cat ../conf/ldap_conf.php >> $final_path/.htconfig.php +#================================================= +# LDAP ADDON ACTIVATION +#================================================= +ynh_script_progression --message="Enabling ldapauth addon..." + +util/addons install ldapauth + #================================================= # NGINX CONFIGURATION #=================================================