Actions

プラグインマネージャー

From LimeSurvey Manual

Revision as of 14:17, 21 June 2018 by Bravehorse (talk | contribs) (Created page with "'''AuthLDAP v2.05+プラグインの設定を有効にして設定する''': #PHP.INIでLDAPを有効にします。 #[http://php.net/manual/en/function.phpinfo.php phpinfo.ph...")

概要

LimeSurvey2.05以降、LimeSurveyは正式にプラグインをサポートしています。一部のプラグインはLimeSurveyチームによってサポートされ、コアとして組み入れられています。LimeSurveyチーム以外の人たちによってサポートされるものもあります。それらを使用したい場合は、利用可能なプラグインをチェックしてください。あなた自身のプラグインも追加してください!

LimeSurveyで使えるプラグインは、設定->プラグインマネージャーの順でアクセスします。

LimeSurvey supports at the moment the following plugins:

Auditlog

Export results to R

ExtendStartpage

LDAP

このプラグインを有効にすると、LDAPサーバーに対して基本認証を実行できます。PHPの設定でLDAPサポートが有効になっていることを確認してください。

AuthLDAP v2.05+プラグインの設定を有効にして設定する:

  1. PHP.INIでLDAPを有効にします。
  2. phpinfo.phpでがLDAPが有効であることが示されていることを確認します。
  3. LimeSurveyにビルトインされているphpinfo.phpの場所: Configuration -- Settings -- Global Settings -- Overview テーブルの下に、"PHPInfoを表示"というリンクがあります。
  4. LimeSurvey Plugin Managerに行きます。
  5. LDAPプラグインを設定します。
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.

Feel free to contact the team via the bug tracker or LimeSurvey 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.