Key holder plugin is loaded on connect to database but not on create
--------------------------------------------------------------------

                 Key: CORE-4991
                 URL: http://tracker.firebirdsql.org/browse/CORE-4991
             Project: Firebird Core
          Issue Type: Bug
         Environment: Database encryption plugin expecting that the key to be 
provided by key holder plugin
            Reporter: Dimitry Sibiryakov


Key holder plugin configured with KeyHolderPlugin parameter of firebird.conf is 
not loaded on database creation.

This script fails:

create database "test";
alter database encrypt with "DbCrypt_example";

This script works:

connect test;
alter database encrypt with "DbCrypt_example";

-- 
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

        

------------------------------------------------------------------------------
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to