BTW can I rely on the order of callbacks? First for database and the
other for security (or maybe vice versa, I don't have the code in front
of me now).
--
Mgr. Jiří Činčura
https://www.tabsoverspaces.com/
--
Check out t
>Yes. When keyholder is configured in global configuration, a key is
>requested for any
> database, no matter if it is encrypted or not.
Weird, but I suppose there's a reason. Thanks.
--
Mgr. Jiří Činčura
https://www.tabsoverspaces.com/
-
On Sat, Jun 24, 2017, at 18:10, Dimitry Sibiryakov wrote:
>One key more for security database.
Even when the security database is not encrypted?
--
Mgr. Jiří Činčura
https://www.tabsoverspaces.com/
--
Check out the v
Hi *,
is there a reason why after first op_attach to the freshly started
server I'm getting op_crypt_key_callback twice while rest of the time
only once (as expected)?
On first run:
-> op_attach
<- op_crypt_key_callback
-> op_crypt_key_callback
<- op_crypt_key_callback
-> op_crypt_key_callback
<-