Segfault-Inc / Multicorn

Data Access Library
https://multicorn.org/
PostgreSQL License
701 stars 145 forks source link

LDAP-FDW: originating DN + write-support + multiple server support #155

Open pyhrr0 opened 8 years ago

pyhrr0 commented 8 years ago

Introduced an option to the LDAP-fdw, which optionally makes the originating DN available to the RDMBS.

KampfCaspar commented 7 years ago

While dn exposure and reading the directory works, any write access results either in a segfault of the postgres process in libpython2.7 (ldap3 v1.2.2) or a LDAPMaximumRetriesError (ldap3 v1.4.0).