| The PostgreSQL 9.0 Reference Manual - Volume 3 - Server Administration Guide
by The PostgreSQL Global Development Group Paperback (6"x9"), 274 pages ISBN 9781906966072 RRP £9.95 ($14.95) Sales of this book support the PostgreSQL project! Get a printed copy>>> |
5.3.9 Certificate authentication
This authentication method uses SSL client certificates to perform
authentication. It is therefore only available for SSL connections.
When using this authentication method, the server will require that
the client provide a valid certificate. No password prompt will be sent
to the client. The cn (Common Name) attribute of the
certificate
will be compared to the requested database user name, and if they match
the login will be allowed. User name mapping can be used to allow
cn to be different from the database user name.
The following configuration options are supported for SSL certificate authentication:
map- Allows for mapping between system and database user names. See section 5.2 User name maps for details.
| ISBN 9781906966072 | The PostgreSQL 9.0 Reference Manual - Volume 3 - Server Administration Guide | See the print edition |