pgsql: Disallow empty passwords in LDAP authentication, the same way we

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Disallow empty passwords in LDAP authentication, the same way we
Date: 2009-06-25 11:30:12
Message-ID: 20090625113012.7B61875331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Disallow empty passwords in LDAP authentication, the same way
we already do it for PAM.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/backend/libpq:
auth.c (r1.164.2.1 -> r1.164.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.164.2.1&r2=1.164.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-06-25 12:03:11 pgsql: Disable pg_standby -l option because the backend doesn't expect
Previous Message Magnus Hagander 2009-06-25 11:30:10 pgsql: Disallow empty passwords in LDAP authentication, the same way we