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 #=================================================