Hi,
my setup consists of writer forms (ubuntu, windows, mac os) as front end, and firebird (docker container running on a synology / DSM server) as the data base.
As we need flexibility with database permissions, I have started using roles that I then assign to users for avoiding any burden and errors.
I however discovered that roles to user assignment (after firebird 3 …my guess) only works if identification specifies the role as well as the user name. This is possible for example with isql, flamerobin and so on.
Anyone knows if this is possible when registering or logging into the database to LO / Base ? If not I am probably forced into writing a specific login macro, something I would like to avoid.
Any help is appreciated.