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:10
Message-ID: 20090625113010.6CB0075331E@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_2_STABLE

Modified Files:
--------------
pgsql/src/backend/libpq:
auth.c (r1.146.2.1 -> r1.146.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.146.2.1&r2=1.146.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2009-06-25 11:30:12 pgsql: Disallow empty passwords in LDAP authentication, the same way we
Previous Message Magnus Hagander 2009-06-25 11:30:08 pgsql: Disallow empty passwords in LDAP authentication, the same way we