Actions

Plugin manager/ja: Difference between revisions

From LimeSurvey Manual

No edit summary
(Created page with "==imeSurvey internal database== このプラグインはデフォルトであり、無効にすることはできません。組み込みのLimeSurveyデータベースを使...")
Line 38: Line 38:
{{Note|詳細は、[[LDAP configuration examples/ja|LDAP設定例]]を参照してください。}}
{{Note|詳細は、[[LDAP configuration examples/ja|LDAP設定例]]を参照してください。}}


==LimeSurvey internal database==
==imeSurvey 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.
このプラグインはデフォルトであり、無効にすることはできません。組み込みのLimeSurveyデータベースを使用します。これは予備として機能するもので、必要に応じいつでもログインできます。


==OldUrlCompat==
==OldUrlCompat==

Revision as of 14:20, 21 June 2018

概要

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プラグインを設定します。
詳細は、LDAP設定例を参照してください。

imeSurvey internal database

このプラグインはデフォルトであり、無効にすることはできません。組み込みのLimeSurveyデータベースを使用します。これは予備として機能するもので、必要に応じいつでもログインできます。

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.