Hacker News new | ask | show | jobs
by anarazel 2271 days ago
Postgres does have ldap based auth, and also can authenticate against AD using sspi/gssapi.

The problem with that is that it requires users to have been created inside postgres first, and that you can't manage group membership inside AD.

1 comments

yup, that's what I meant by authorisation, keeping the roles and groups in pgsql up to date.