0

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

Himanshu Parmar
  • 427
  • 5
  • 10

1 Answers1

0

http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.FeatureSupport.Extensions

LDAP Wrappers are not supported atm, only:

  • log_fdw
  • postgres_fdw
Vao Tsun
  • 47,234
  • 13
  • 100
  • 132