User with DROP DATABASE privilege can't drop database
-----------------------------------------------------

                 Key: CORE-5790
                 URL: http://tracker.firebirdsql.org/browse/CORE-5790
             Project: Firebird Core
          Issue Type: Bug
    Affects Versions: 3.0.3, 4.0 Alpha 1, 3.0.2, 3.0.1, 3.0.0, 4.0 Initial
            Reporter: Roman Simakov


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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to