「外部データベース認証」の版間の差分

提供:MoodleDocs
移動先:案内検索
編集の要約なし
編集の要約なし
8行目: 8行目:


'''ローカルデータの更新''' - ローカルフィールドに入力される外部データを指定します。
'''ローカルデータの更新''' - ローカルフィールドに入力される外部データを指定します。
* 作成時 - specifies that this will only happen on the original login when the account is created for the first time.
* 作成時 - 最初にアカウントが作成される初回ログインのみ動作します。
* 毎回ログイン時 - specifies that changes in the external data will be updated on the local Moodle field in question the next time the user logs in again.
* 毎回ログイン時 - 最終ログイン後、外部データが更新された場合、当該Moodleローカルフィールドも更新されます。


'''外部データの更新''' - Specifies just the opposite, meaning changes in the local Moodle field in question will update the corresponding field in the external database
'''外部データの更新''' - Specifies just the opposite, meaning changes in the local Moodle field in question will update the corresponding field in the external database

2009年9月3日 (木) 15:48時点における版

作成中です - Mitsuhiro Yoshida 2009年8月31日 (月) 20:55 (UTC)

ロケーション: サイト管理 > ユーザ > 認証

このメソッドでは、ユーザ名およびパスワードを確認するため、外部のデータベーステーブルを使用します。アカウントが新しく作成された場合、他のフィールド情報もMoodle内にコピーされます。

ページ下部にあるフィールドマッピングにより、外部データベース認証を設定します。それぞれのユーザプロファイルフィールドの隣りにマッピング用のテキストフィールドがあります。プロファイルデータフィールドにマップするため、外部データベースのカラム名を入力してください。

ローカルデータの更新 - ローカルフィールドに入力される外部データを指定します。

  • 作成時 - 最初にアカウントが作成される初回ログインのみ動作します。
  • 毎回ログイン時 - 最終ログイン後、外部データが更新された場合、当該Moodleローカルフィールドも更新されます。

外部データの更新 - Specifies just the opposite, meaning changes in the local Moodle field in question will update the corresponding field in the external database

  • しない - Specifies this is disabled
  • 更新時 - Enables this to happen if a change is made locally (additional configuration is probably required)

設定値のロック - Only determines whether the local user can make a change in the Moodle field and does not affect the two settings above.

  • Unlocked - A user can make changes locally in the Moodle field (assumably even if it contradicts the external database the next login would change it again if Update Local is set
  • Locked - A user can never make changes
  • Unlocked if empty - A user can only make changes if the field is not populated already from the external database (this would seem to indicate a user could only enter something into this field once and could not change it after saving)

補注

  • Some of the things that apply to Upload users apply to the External database
    • Set password to "changeme" to force password reset
      • If you do this, it is critical that you provide a URL to change the password!
  • Not all of the fields in the Upload users are available for the External Database authentication. The only available fields are the fields listed in the data mapping section of the admin page for the External Database connection.

関連情報