You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bersace
changed the title
IS it possible to do a "alter role a in database postgres set session authorization b;"?
Configure role per database
Apr 8, 2024
Hi,
first of all thank you for ldap2pg, great tool.
I have a question for which I cannot find the answer in the docs or in any of issues. What I want to do is something like this:
alter { role } in database { database } set session authorization b;
The reason is that roles shall switch session authorization automatically and I want to avoid having them issuing "set role" manually.
Is something like this possible?
Best regards
Daniel
The text was updated successfully, but these errors were encountered: