BUG #8456: Ldap connection with accents - Mailing list pgsql-bugs

From yoann.perollet@veremes.com
Subject BUG #8456: Ldap connection with accents
Date
Msg-id E1VLWAB-000324-4n@wrigleys.postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      8456
Logged by:          yoann perollet
Email address:      yoann.perollet@veremes.com
PostgreSQL version: 9.0.6
Operating system:   Windows 8 x64
Description:

I use LDAP authentification with postgres to connect.


Being on windows my ldap system is Active Directory.


Everything is ok when users login does not contain accents.


But when my user login contains an accent, i have the following error :


2013-09-13 14:20:12 CESTLOG:  échec de connexion LDAP pour l'utilisateur «
sébastien@siege.veremes.com » sur le serveur « roussillon » :
    code d'erreur 49
2013-09-13 14:20:12 CESTFATAL:  authentification LDAP échouée pour
l'utilisateur « sébastien@siege.veremes.com »


All my databases encoding are UTF8


Here my pg_hba.conf file configuration :


# IPv4 local connections:
host    all         u_scheduler  127.0.0.1/32         trust
host    all             +superusers             127.0.0.1/32            md5
host    all         +gtf_siege.veremes.com  127.0.0.1/32         ldap
ldapserver=roussillon ldapprefix=""
host    all             all             127.0.0.1/32            md5
host    all         u_scheduler  192.168.1.43/32         trust
host    all         +gtf_siege.veremes.com  192.168.1.43/32         ldap
ldapserver=roussillon ldapprefix=""


I don't know what to do, I think it's a bug


Please excuse me if not.


Regards.


Yoann Perollet

pgsql-bugs by date:

Previous
From: j.romero@salsa.es
Date:
Subject: BUG #8455: spanish pgadmin3.mo
Next
From: yoann.perollet@veremes.com
Date:
Subject: BUG #8457: Ldap connection with accents