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
With 6.2 version (and older), I have to run ldap2pg twice to drop all builtin privileges implemented by PostgreSQL.
The first execution drop builtin privileges for "classic roles". And it's necessary to run ldap2pg a second time to drop builtin privileges for the PUBLIC role.
Hi,
With 6.2 version (and older), I have to run
ldap2pg
twice to drop all builtin privileges implemented by PostgreSQL.The first execution drop builtin privileges for "classic roles". And it's necessary to run
ldap2pg
a second time to drop builtin privileges for thePUBLIC
role.You can see this in more detail in the attached file.
builtin_privileges_ldap2pg.log
Is it possible to modify the behaviour of
ldap2pg
to delete all builtin privileges in a single run?Best Regards
The text was updated successfully, but these errors were encountered: