|
From: Dmitry Y. <fir...@ya...> - 2016-05-20 07:17:27
|
What about a new parameter in firebird.conf: EmbeddedDatabaseAccess, defaulted to "Restrict Self" (which is OK for 99% embedded apps)? It will be checked for outgoing embedded connections, as they're usually (*) handled by the same engine. Remote connections will be always allowed and protected by the generic authentication. (*) The problem here is what to do if the external routine explicitly loads a different y-valve with possibly different engine (using a different configuration). Dmitry |