Subject | Re: [firebird-support] Re: Firebird 2.x security and non-SYSDBA users |
---|---|
Author | Ivan Prenosil |
Post date | 2009-05-14T16:34:52Z |
> You are right, when modified security2.fdb to allow adding new users, then it's a feature I have created.Just look at view USERS in security database ...
>
> My user to add and delete users is the ADMINISTRATOR. So I have added the following grant to the security2.fdb by moving it from
> the firebird root directory and moving it back afterwards:
>
> GRANT SELECT, INSERT, UPDATE, DELETE, REFERENCES ON USERS TO ADMINISTRATOR;
>
> But why does the security service block the access only in one direction.
Ivan