Actions

Plugin manager/nl: Difference between revisions

From LimeSurvey Manual

(Created page with "==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.")
(Created page with "'''Inschakelen en instellen plugin AuthLDAP v2.05+''': #Schakel LDAP-support in je PHP.INI in. #Controleer dat [http://php.net/manual/en/function.phpinfo.php phpinfo.php] toon...")
Line 29: Line 29:
Als je deze plugin activeert kun je basis-authenticatie laten doen op een LDAP-server. In PHP moet dan wel LDAP-support zijn ingeschakeld.
Als je deze plugin activeert kun je basis-authenticatie laten doen op een LDAP-server. In PHP moet dan wel LDAP-support zijn ingeschakeld.


'''Enabling and configuring settings for plugin AuthLDAP v2.05+''':
'''Inschakelen en instellen plugin AuthLDAP v2.05+''':
#Enable LDAP in PHP.INI.
#Schakel LDAP-support in je PHP.INI in.
#Verify that [http://php.net/manual/en/function.phpinfo.php phpinfo.php] shows that LDAP is enabled.
#Controleer dat [http://php.net/manual/en/function.phpinfo.php phpinfo.php] toont dat LDAP '''enabled''' is.
#The location of LimeSurvey's built-in phpinfo.php is: Upper Right Menu -- Configuration -- Settings -- Global SettingsThen, below the table, you will have a link for "Show PHPInfo".
#De locatie van LimeSurvey's interne phpinfo.php is: Menu -- Configuratie -- Instellingen -- Algemene instellingenOnder de tabel staat de link "Toon PHPInfo".
#Go to LimeSurvey Plugin Manager.
#Ga naar LimeSurvey Pluginbeheer.
#Configure LDAP plugin.
#Configureer de LDAP plugin.


{{Note|Read our [[LDAP configuration examples]] for further help.}}
{{Note|Read our [[LDAP configuration examples]] for further help.}}

Revision as of 21:41, 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.
Read our LDAP configuration examples for further help.

LimeSurvey internal database

This plugin is the default and can not be disabled. It uses the built in LimeSurvey database. It is a fall-back mechanism so that you can always login to the installation when needed.

OldUrlCompat

QuickMenu

STATA export

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.

{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