diff --git a/scripts/install b/scripts/install index aa89edd..7613145 100644 --- a/scripts/install +++ b/scripts/install @@ -153,14 +153,6 @@ popd ynh_mysql_connect_as "$db_name" "$db_pwd" "$db_name" <<< "INSERT INTO addon (id, name, version, installed, hidden, timestamp, plugin_admin) VALUES (NULL, 'ldapauth', '', '1', '0', UNIX_TIMESTAMP(), '0');" -#================================================= -# SETUP SSOWAT -#================================================= -# ynh_script_progression --message="Configuring permissions..." --weight=1 - -# # unprotected_uris allows SSO credentials to be passed anyway. -# ynh_permission_update --permission="main" --add="visitors" - #================================================= # RELOAD NGINX #=================================================