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

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

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Fix parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part.
Per report from C�sar 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)