BUG #2871: LDAP authentication problem

From: "Dan Horacek" <dan(at)plhb(dot)cz>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2871: LDAP authentication problem
Date: 2007-01-03 12:13:08
Message-ID: 200701031213.l03CD8Zc006553@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: 2871
Logged by: Dan Horacek
Email address: dan(at)plhb(dot)cz
PostgreSQL version: 8.2.0 - 1
Operating system: windows
Description: LDAP authentication problem
Details:

I've just installed postgres 8.2.0-1 for win32 and wanted to try out the
built-in LDAP support(with Openldap and Novell eDirectory).
The following LDAP authentication was added to "pg_hba.conf" :

Openldap:
host all all 127.0.0.1/32 ldap
ldap://localhost/dc=dandoma,dc=cz;cn=;,dc=dandoma,dc=cz

However when trying to connect, it gave the error.
Look at the server log:
2006-12-31 19:34:59 LOG: LDAP login failed for user
"cn=postgresdc=dandomadc=cz" on server "localhost": error code 34

2006-12-31 19:34:59 FATAL: LDAP authentication failed for user "postgres"

eDirectory:
pg_hba.conf:
host all all 127.0.0.1/32 ldap
ldap://192.168.168.2/ou=win2000,o=plhb;cn=;,ou=win2000,o=plhb

Server log:
2006-12-29 13:50:18 LOG: LDAP login failed for user
"cn=xxxou=win2000o=plhb" on server "192.168.168.2": error code 32
2006-12-29 13:50:18 FATAL: LDAP authentication failed for user "xxx"

The problem seems to be in conversion of comma in suffix.

Browse pgsql-bugs by date

  From Date Subject
Next Message Vishwanath, Kiran - Mission 2007-01-03 16:20:13 Installing PGSQL on Windows XP
Previous Message Dmitry D. Khlebnikov 2007-01-03 04:24:47 BUG #2870: incorrect man page for postgres