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

User with DROP DATABASE privilege can't drop database [CORE5790] #6053

Closed
firebird-automations opened this issue Apr 9, 2018 · 4 comments
Closed

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @romansimakov

isql -u sysdba -p masterkey
create database 'localhost:d:\db\test.fdb';
create user user1 password 'pass';
grant drop database to user1;

isql -u user1 -p pass
connect 'localhost:d:\db\test.fdb';
drop database;

Statement failed, SQLSTATE = 28000
no permission for drop access to database D:\DB\WWW.FDB

Commits: 2200d09 300566d

@firebird-automations
Copy link
Collaborator Author

Modified by: @romansimakov

assignee: Roman Simakov [ roman-simakov ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @romansimakov

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

resolution: Fixed [ 1 ]

Fix Version: 4.0 Beta 1 [ 10750 ]

Fix Version: 3.0.4 [ 10863 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: No test => Done successfully

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

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