From f46b8a0b5f93eb4d8d62de3f9d9bc529682f8895 Mon Sep 17 00:00:00 2001 From: "J. Eduardo" Date: Tue, 7 Feb 2017 22:34:34 +0100 Subject: [PATCH] Increased maximum length for postgres password --- include/bouncer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.40.0