It is required to upload user information from Active Directory using PostgreSQL.

I found several add-ons on the Internet that offer this feature: multicorn and ldap_fdw.

The problem is that I can not figure out how to filter the result that I get through these additions.

For example, multicorn allows you to specify the directory where to search (path) and the search object (objectClass). But this is not enough. For example, you need to filter the result. Restrict people in a particular group.

How to do it?

    0