Actions

プラグインマネージャー

From LimeSurvey Manual

Revision as of 23:39, 26 July 2018 by Bravehorse (talk | contribs) (Created page with "=よくある質問= ==認証プラグインの開発== 独自の認証プラグインを開発したい場合は、このトピックに関するウィキAuthentication_plu...")

概要

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.


よくある質問

認証プラグインの開発

独自の認証プラグインを開発したい場合は、このトピックに関するウィキ認証プラグインをお読みください。

サードパーティのアドオンをインストールしたい

上級ユーザー向けのプラグインセクションを確認してください。また、LimeSurveyで動作するサードパーティのプラグインも参照してください。