pgsql: Fix parsing of LDAP URLs so it doesn't reject spaces in the

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix parsing of LDAP URLs so it doesn't reject spaces in the
Date: 2008-07-24 17:52:09
Message-ID: 20080724175209.CE92F754A87@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part.
Per report from Csar Miguel Oliveira Alves.

Tags:
----
REL8_2_STABLE

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

Browse pgsql-committers by date

  From Date Subject
Next Message User Kgrittn 2008-07-24 22:18:25 clearxlogtail - clearxlogtail: New Directory
Previous Message Tom Lane 2008-07-24 17:52:02 pgsql: Fix parsing of LDAP URLs so it doesn't reject spaces in the