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:51:55
Message-ID: 20080724175155.39901754A86@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.

Modified Files:
--------------
pgsql/src/backend/libpq:
auth.c (r1.164 -> r1.165)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.164&r2=1.165)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-07-24 17:52:02 pgsql: Fix parsing of LDAP URLs so it doesn't reject spaces in the
Previous Message Tom Lane 2008-07-24 17:43:45 pgsql: Remove some redundant tests and improve comments in next_token().