Thread: BUG #11640: difference in ldap authentication between beta2 and beta3

BUG #11640: difference in ldap authentication between beta2 and beta3

From
dnrickner@taylor.edu
Date:
The following bug has been logged on the website:

Bug reference:      11640
Logged by:          Dan Rickner
Email address:      dnrickner@taylor.edu
PostgreSQL version: 9.4beta2
Operating system:   Centos 6.5
Description:

When testing LDAP authentication on 9.4b2, I ad ldap_prefix="mydomain\\" in
pg_hba.conf.  However to make this work in beta3, I had to change to
ldapprefix="mydomain\".  Single backslash instead of 2.  Why the change?  It
makes vim syntax highliting of that file all messed up now.