BUG #8456: Ldap connection with accents

Поиск
Список
Период
Сортировка
От yoann.perollet@veremes.com
Тема BUG #8456: Ldap connection with accents
Дата
Msg-id E1VLWAB-000324-4n@wrigleys.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: j.romero@salsa.es
Дата:
Сообщение: BUG #8455: spanish pgadmin3.mo
Следующее
От: yoann.perollet@veremes.com
Дата:
Сообщение: BUG #8457: Ldap connection with accents