On Tue, 2018-12-18 at 17:20 +0100, liviuslivius liviuslivius@... [firebird-support] wrote:
OK, I've built and "make installed" the latest 3.0.5 snapshot. This is a fresh install. I'm seeing the same problem:
5447 ? 00:00:00 fbguard
5448 ? 00:00:00 firebird
[
root@bryan bin]# ./isql -user sysdba -pass mydbapassword localhost:employee
Database: localhost:employee, User: SYSDBA
SQL> create user test password 'test' grant admin role;
SQL> commit;
SQL> grant RDB$ADMIN TO USER test;
SQL> commit;
SQL> exit;
[
root@bryan bin]# ./isql -user test -pass test -role RDB$ADMIN localhost:employee
Database: localhost:employee, User: TEST
SQL> create user foo password 'foo';
Statement failed, SQLSTATE = 28000
add record error
-no permission for INSERT access to TABLE PLG$SRP_VIEW
SQL> SELECT rdb$get_context('SYSTEM', 'ENGINE_VERSION')
CON> from rdb$database;
RDB$GET_CONTEXT
===============================================================================
3.0.5
SQL>
I set my sysdba password during the install routine and ran the server manually from the install location /usr/local/firebird/bin
I turned off SELinux (just in case...).