I want to access LDAP data from postgreSQL query. I can use FDW (foreign data wrapper) package (https://wiki.postgresql.org/wiki/Foreign_data_wrappers#LDAP_Wrappers) but it seems like not supported with RDS yet. Is there any other way I can enable query from postgres to LDAP?
Thanks,
Himanshu