ldap2pg icon indicating copy to clipboard operation
ldap2pg copied to clipboard

IS it possible to do a "alter role a in database postgres set session authorization b;"?

Open danielwestermann opened this issue 1 year ago • 0 comments

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

danielwestermann avatar Jan 30 '24 13:01 danielwestermann