Extension:NaylorAMS

From mediawiki.org
This page is a translated version of the page Extension:NaylorAMS and the translation is 23% complete.
この拡張機能では、先に PluggableAuth 拡張機能をインストールする必要があります。
MediaWiki 拡張機能マニュアル
NaylorAMS
リリースの状態: ベータ
実装 利用者識別
説明 Allows authentication using Naylor Association Management Software (Timberlake)
作者 Jeffrey Wang for MyWikis LLC
メンテナー MyWikis LLC
最新バージョン 0.1.0 (2021-3-24)
互換性の方針 master は後方互換性を維持しています。
MediaWiki 1.31+
PHP 7.0+
データベースの変更 いいえ
ライセンス GNU 一般公衆利用許諾書 2.0
ダウンロード
README
Quarterly downloads 1 (Ranked 148th)
translatewiki.net で翻訳を利用できる場合は、NaylorAMS 拡張機能の翻訳にご協力ください

The Naylor AMS extension extends PluggableAuth to provide authentication for organizations using Naylor Association Management Software (codename Timberlake).

This extension will take the username, first and last name, and email address of a user from your organization's Naylor database and create a local MediaWiki account with the same username, email, and full name if one doesn't exist; otherwise, if a user with the same username exists, it logs them back into the local MediaWiki account.

インストール

This extension requires PluggableAuth 5.x to be installed first, as well and PHP's cURL extension.
  • ダウンロードして、ファイルをextensions/フォルダー内のNaylorAMSという名前のディレクトリ内に配置します。
    開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/NaylorAMS
  • 以下のコードを LocalSettings.php ファイルの末尾に追加します:
    wfLoadExtension( 'NaylorAMS' );
    
  • Yes 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。

構成パラメーター

For more information about these terms, please refer to the Naylor AMS API documentation.

$wgNaylorAMS_BaseUrl
The base URL for your login system, provided by Naylor. Do not add a trailing slash at the end of the string. (required)
$wgNaylorAMS_SecurityKey
The security key provided by Naylor. (required)
$wgNaylorAMS_UsernameDenyList
An array of strings, with each string containing a local username. Used to prevent login via SSO to local-only accounts. Case sensitive; needs to follow MediaWiki username conventions.

By default, the log in button says Log in with Naylor AMS. To change the label, edit MediaWiki:Naylorams-loginbtn-text.

免責事項

This extension is not maintained by Naylor, nor has it been sponsored by Naylor. It was written by and is maintained by MyWikis LLC for the purpose of serving its customers who use Naylor AMS.

In addition, the extension is currently not compatible with PluggableAuth 6.0 and above. Use the latest version of PluggableAuth 5.x in the meantime.

関連項目