LDAP Authentication with spaces in DN

From: César Miguel Oliveira Alves <calves(at)caso(dot)pt>
To: pgsql-bugs(at)postgresql(dot)org
Subject: LDAP Authentication with spaces in DN
Date: 2008-07-22 09:30:35
Message-ID: 209F5D5B39EDD711A7A80000F810D18E0102F9D1@hercules.caso.pt
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I'm trying to configure LDAP authentication. Added a line to pg_hba.conf
with the fowling config:

host all all 127.0.0.1/32 ldap
"ldap://ldapserver:389/o=My Organization,C=PT;cn =;,o=My Organization,C=PT"

when I try to authenticate I got a fatal error line in pg_log like this

LOG: LDAP login failed for user "cn =user1,o=My" on server "ldapserver":
error code 49

FATAL: LDAP authentication failed for user "user1"

Browse pgsql-bugs by date

  From Date Subject
Next Message valgog 2008-07-22 09:31:32 Re: BUG #4319: lower()/upper() does not know about UNICODE case mapping
Previous Message valgog 2008-07-22 09:26:47 Re: BUG #4319: lower()/upper() does not know about UNICODE case mapping