Subject Multiple security.fdb's
Author Mark
Hi,

This is our situation:
We are currently combinating 2 different firebird servers to 1 server.
We have one server (win 2003)with Firebird 1.5 installed and running
as a service. We would like to have 2 firebird databases installed on
this server.
The first database is one where only one 'firebird user' can connect
to (outside sysdba ofcourse).
The second database is somewhat troublesom...
In order to access the database, the administrators added all users
to the security.fdb file, so they can manage which user has access to
this database.
In order to set this second database to the new server where also the
first database is installed, we need to have 2 different
security.fdb's on one server.
Migrating the 2 security.fdb together is no option, due to admin
problems (the second database admin could delete the account of the
first database.
Installing two instances of Firebird is also no option, since one
must run as an application, and will terminate when i logoff the
server.

Does anyone has an idea on how to solve this problem?