mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Message tuning
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.201 2010/05/26 20:47:13 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.202 2010/06/29 04:12:47 petere Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -2506,7 +2506,7 @@ CheckCertAuth(Port *port)
|
||||
strlen(port->peer_cn) <= 0)
|
||||
{
|
||||
ereport(LOG,
|
||||
(errmsg("certificate authentication failed for user \"%s\": client certificate contains no username",
|
||||
(errmsg("certificate authentication failed for user \"%s\": client certificate contains no user name",
|
||||
port->user_name)));
|
||||
return STATUS_ERROR;
|
||||
}
|
||||
|
Reference in New Issue
Block a user