Replies: 1 comment
-
|
Hi,
Attempt to manage database ownership will fails with a postgresql error. ldap2pg reassigns objects of dropped users to database owner. The base rule is that ldap2pg must have the privileges it manages. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having trouble understanding the correct setup for running ldap2pg with an unprivileged user and would appreciate some clarification.
According to the documentation:
Based on this, I expected that creating a synchronization user with the following commands would be sufficient:
When I run ldap2pg using this user, I get the error:
The only way I can get it to work is by making the user the owner of the database I want to sync.
My questions are:
CREATEDBandCREATEROLE?Any guidance would be greatly appreciated!
Environment details:
Beta Was this translation helpful? Give feedback.
All reactions