Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GRANT ADMIN ROLE not accepted [CORE3398] #3764

Closed
firebird-automations opened this issue Mar 19, 2011 · 7 comments
Closed

GRANT ADMIN ROLE not accepted [CORE3398] #3764

firebird-automations opened this issue Mar 19, 2011 · 7 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: obucina (obucina)

I created a new database.
I created new user with CREATE USER UNAME PASSWORD 'PASS' GRANT ADMIN ROLE;
I logged in with newly created account, specifying RDB$ADMIN role.
I tried to create a new user with CREATE USER UNAME1 PASSWORD 'PASS1' GRANT ADMIN ROLE;

The error is:

Unsuccessful execution caused by system error that does not preclude successful execution of subsequent statements.
add record error.
no permission for insert/write access to TABLE USERS.

Apparently, my newly created user UNAME should have SYSDBA privileges, but actually does not have them.

Commits: ec4e491

====== Test Details ======

Test implemented only for 2.5 (no need for 3.0).

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

Do you have the out-of-the-box installed security2.fdb or the one migrated from some prior FB version?

@firebird-automations
Copy link
Collaborator Author

Commented by: obucina (obucina)

Out of the box installed.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Does not require frontporting - FB3 is using another way to access security database

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 2.5.1 [ 10333 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Closed [ 6 ] => Closed [ 6 ]

QA Status: Done successfully

Test Details: Test implemented only for 2.5 (no need for 3.0).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants