Page 1 of 1

Create user with TIBCSecurityService and grant rdb$admin role

Posted: Mon 22 Aug 2016 12:52
by Jank
Hi,

in Firebird there is the rdb$admin-role and I can grant this role to a user while I'am create the user:

Code: Select all

CREATE USER newuser PASSWORD 'password' GRANT ADMIN ROLE
or

Code: Select all

gsec -add newuser -pw password -admin yes
Is it possible to grant this role while I am create a user with the TIBCSecurityService?

Re: Create user with TIBCSecurityService and grant rdb$admin role

Posted: Tue 23 Aug 2016 10:11
by ViktorV
Currently, IBDAC doesn't support this functionality. We will consider the possibility to add it. If you want us to implement the feature, please post it at our user voice forum:
https://devart.uservoice.com/forums/104 ... e-firebird
If the suggestion gets a lot of votes, we will consider the possibility to implement it.