Actions

Plugin manager/nl: Difference between revisions

From LimeSurvey Manual

(Created page with "==LimeSurvey internal database== Deze plugin is altijd ingeschakeld. Het gebruikt de interne LimeSurvey database. Het is een garantie dat je altijd kunt inloggen.")
(Created page with "==Webserver== Met deze plugin gebeurt de authenticatie op de webserver, het resultaat wordt doorgegeven via een configuratie-instelling. Deze methode bestaat al enige tijd en...")
Line 48: Line 48:


==Webserver==
==Webserver==
This plugin leaves authentication to the webserver and reads the result from a configurable server setting. This method has been around for a while, and was configured from config.php. If you used this authentication, you should enable the plugin in the plugins menu and move your configuration from config.php to the plugin's settings.  
Met deze plugin gebeurt de authenticatie op de webserver, het resultaat wordt doorgegeven via een configuratie-instelling. Deze methode bestaat al enige tijd en werd toen gedaan via het bestand config.php. Als je deze authenticatie wilt gebruiken, dan moet je de plugin inschakelen, de authenticatie wordt dan niet meer via config.php gedaan maar met de instellingen van de plugin.  


{Box|Feel free to contact the team via [https://bugs.limesurvey.org the bug tracker] or [irc://irc.freenode.net/limesurvey|LimeSurvey IRC channel] if problems arise and some of the plugins are not working as they are supposed to.}
{Box|Feel free to contact the team via [https://bugs.limesurvey.org the bug tracker] or [irc://irc.freenode.net/limesurvey|LimeSurvey IRC channel] if problems arise and some of the plugins are not working as they are supposed to.}

Revision as of 22:06, 22 November 2017

Algemeen

Sinds versie 2.05 ondersteunt LimeSurvey plugins. Enkele plugins worden door het LimeSurvey-team feitelijk toegevoegd aan LimeSurvey. Andere plugins worden door anderen ondersteund. Als je een dergelijke plugin wilt gebruiken kijk dan op beschikbare externe plugins. Je kunt ons vragen om hier ook een door jou gemaakte plugin te vermelden!

Om de huidige beschikbare plugins te bekijken die in je installatie aanwezig zijn: Configuratie->Pluginbeheer.

LimeSurvey ondersteunt nu de volgende (interne) plugins:

Auditlog

Export results to R

ExtendStartpage

LDAP

Als je deze plugin activeert kun je basis-authenticatie laten doen op een LDAP-server. In PHP moet dan wel LDAP-support zijn ingeschakeld.

Inschakelen en instellen plugin AuthLDAP v2.05+:

  1. Schakel LDAP-support in je PHP.INI in.
  2. Controleer dat phpinfo.php toont dat LDAP enabled is.
  3. De locatie van LimeSurvey's interne phpinfo.php is: Menu -- Configuratie -- Instellingen -- Algemene instellingen. Onder de tabel staat de link "Toon PHPInfo".
  4. Ga naar LimeSurvey Pluginbeheer.
  5. Configureer de LDAP plugin.
Lees voorbeelden voor uitgebreidere help.

LimeSurvey internal database

Deze plugin is altijd ingeschakeld. Het gebruikt de interne LimeSurvey database. Het is een garantie dat je altijd kunt inloggen.

OldUrlCompat

QuickMenu

STATA export

Webserver

Met deze plugin gebeurt de authenticatie op de webserver, het resultaat wordt doorgegeven via een configuratie-instelling. Deze methode bestaat al enige tijd en werd toen gedaan via het bestand config.php. Als je deze authenticatie wilt gebruiken, dan moet je de plugin inschakelen, de authenticatie wordt dan niet meer via config.php gedaan maar met de instellingen van de plugin.

{Box|Feel free to contact the team via the bug tracker or IRC channel if problems arise and some of the plugins are not working as they are supposed to.}

FAQ

Developing an authentication plugin

If you want to develop your own authentication plugin, please read our whole wiki on this topic - authentication plugin development.

I want to install third-party add-ons

Check our plugin section, which is dedicated to advanced users. You could also take a look at our available third-party plugins that work with LimeSurvey.

Voorbeelden