Date: prev next · Thread: first prev next last
2016 Archives by date, by thread · List index


Hi,

The basic idea to solve this bug:
https://bugs.documentfoundation.org/72987
was to replace .fdb file stored inside the .odb file with firebird's archive
file format. The problem is that the embedded server seems to be not fully
supported
on Linux (http://www.firebirdsql.org/manual/ufb-cs-embedded.html).
If I understand correctly, ours is actually not an "embedded server", but a
"classic server",
which validates every login against the security database (security2.fdb).

The backup of the database can be made through the Service API of
firebird.
We need to pass a user (and a password). The Service Manager tries to
validate
our user by checking the "/usr/local/firebird/security2.fdb" security db,
which does not
exist in our case.

An idea was (if I got it right) to override path above to our libreoffice
install directory,
so we could have a default security database that the Service Manager can
check. I went
through the docs and had a look at the firebird source code, and it seems
to me that unfortunately
we cannot override it at all.

I hope you have a good idea for that.
regards,
Tamás Bunth

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.