Create user with TIBCSecurityService and grant rdb$admin role
Posted: 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:
or
Is it possible to grant this role while I am create a user with the TIBCSecurityService?
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
Code: Select all
gsec -add newuser -pw password -admin yes