バージョンごとのドキュメント一覧

21.3. 認証方式 #

<title>Authentication Methods</title>

<productname>PostgreSQL</productname> provides various methods for authenticating users: PostgreSQLでは、様々なユーザ認証方式を提供しています。

Peer authentication is usually recommendable for local connections, though trust authentication might be sufficient in some circumstances. Password authentication is the easiest choice for remote connections. All the other options require some kind of external security infrastructure (usually an authentication server or a certificate authority for issuing SSL certificates), or are platform-specific. peer認証は、通常ローカル接続に推奨されますが、trust認証で十分な場合もあります。 パスワード認証は、リモート接続の最も簡単な選択肢です。 その他のオプションはすべて、何らかの外部セキュリティ基盤(通常は、認証サーバやSSL証明書を発行するための認証局)を必要とするか、またはプラットフォーム固有のものです。

The following sections describe each of these authentication methods in more detail. 以下の節では、これらの認証方式についてそれぞれ詳しく説明します。