差分
このページの2つのバージョン間の差分を表示します。
| dokuwiki:ja:backends [2006/11/21] – 作成 admin | dokuwiki:ja:backends [2006/11/21] (現在) – 外部編集 (不明な日付) 127.0.0.1 | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| + | ====== 認証方法 ====== | ||
| + | |||
| + | After you have enabled [[wiki: | ||
| + | |||
| + | [[wiki: | ||
| + | |||
| + | * [[plain]] -- the default mechanisms which uses plain text files | ||
| + | * [[mysql]] -- access any MySQL database to authenticate users | ||
| + | * [[pgsql]] -- access any Postgres database to authenticate users | ||
| + | * [[ldap]] | ||
| + | * [[punbb]] -- authenticate Users against the PunBB forum (uses PunBB' | ||
| + | |||
| + | How to implement a new auth backend is described in the [[HOWTO]]. | ||
| + | |||
| + | An example of how to create an auth backend that identifies users that have already logged in using a Basic HTTP Authorization through .htaccess can be found in [[wiki: | ||