I'm in process from migrating ldap2pg from version 5.9 to 6.5 and identified that there is no owners_query option in postgres section anymore.
As per documentation I can see that "An object owner is a role having CREATE privilege on a schema."
https://ldap2pg.readthedocs.io/en/latest/privileges/#extended-intance-inspection
Because of that I'm ending up with lot of default privileges for superusers and roles with CREATE privilege and it's overwhelming for big pgsql clusters.
Is there any option to provide static "owners_query" with let's say "postgres" user as it was before?
And rely on exact grants rules later.
I'm in process from migrating ldap2pg from version 5.9 to 6.5 and identified that there is no owners_query option in postgres section anymore.
As per documentation I can see that "An object owner is a role having CREATE privilege on a schema."
https://ldap2pg.readthedocs.io/en/latest/privileges/#extended-intance-inspection
Because of that I'm ending up with lot of default privileges for superusers and roles with CREATE privilege and it's overwhelming for big pgsql clusters.
Is there any option to provide static "owners_query" with let's say "postgres" user as it was before?
And rely on exact grants rules later.