This repository has been archived by the owner on Nov 10, 2024. It is now read-only.
Replies: 2 comments
-
Going back to version Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
Will be fixed in |
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
-
Hello,
I use Firebird 3 under Docker for my developments. A version of Firebird 3 is running in production on Linux and is not under Docker.
In production, I use the role system to give read and write access to the tables.
Then I use user mapping on objects to allow users to read or write on the same tables.
https://firebirdsql.org/file/documentation/release_notes/html/en/3_0/rnfb30-security-mapping.html
Everything works fine.
But when I import the database on my Docker environment, the mapping does not work. I specify that it works when importing on another server under linux (test server before going into production).
Is there a specific configuration to enable it under Docker?
Thank you.
Sincerely
Beta Was this translation helpful? Give feedback.
All reactions