From: | "Brian Topping" <topping(at)codehaus(dot)org> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #3123: Problem with LDAP auth strings |
Date: | 2007-03-07 23:37:04 |
Message-ID: | 200703072337.l27Nb4lg085335@wwwmaster.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 3123
Logged by: Brian Topping
Email address: topping(at)codehaus(dot)org
PostgreSQL version: 8.2
Operating system: Linux
Description: Problem with LDAP auth strings
Details:
http://www.mail-archive.com/pgsql-general(at)postgresql(dot)org/msg92652.html
outlines a bit of it.
The options to the ldap auth method in pg_hba.conf doesn't work properly.
The dn base is completely ignored, and the suffix has all the commas parsed
out of it for some reason.
If it were working correctly, the base dn would be concatenated with the
prefix and the username to create the correct DN to send to the server. The
suffix should not strictly be necessary.
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2007-03-08 15:15:22 | Re: BUG #3095: LDAP authentication parsing incorrectly |
Previous Message | Alvaro Herrera | 2007-03-07 22:11:51 | Re: BUG #3110: Online Backup introduces Duplicate OIDs |