Create user with TIBCSecurityService and grant rdb$admin role

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Jank
Posts: 35
Joined: Tue 11 May 2010 11:57

Create user with TIBCSecurityService and grant rdb$admin role

Post by Jank » Mon 22 Aug 2016 12:52

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?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

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

Post by ViktorV » Tue 23 Aug 2016 10:11

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.

Post Reply