From: J. Eduardo Date: Tue, 7 Feb 2017 21:34:34 +0000 (+0100) Subject: Increased maximum length for postgres password X-Git-Tag: pgbouncer_1_8~26^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f46b8a0b5f93eb4d8d62de3f9d9bc529682f8895;p=pgbouncer Increased maximum length for postgres password --- diff --git a/include/bouncer.h b/include/bouncer.h index 1e6bb92..766cf99 100644 --- a/include/bouncer.h +++ b/include/bouncer.h @@ -110,7 +110,7 @@ extern int cf_sbuf_len; /* to avoid allocations will use static buffers */ #define MAX_DBNAME 64 #define MAX_USERNAME 64 -#define MAX_PASSWORD 64 +#define MAX_PASSWORD 128 /* no-auth modes */ #define AUTH_ANY -1 /* same as trust but without username check */