|
From: Adriano d. S. F. <adr...@gm...> - 2016-05-20 01:52:40
|
Hi! I propose following solution: Firebird: - By default engine will verify user/password - We create isc_dpb_no_verify_auth - to not verify user/password like it does now - Remote layer removes isc_dpb_no_verify_auth Jaybird: - We create a Java permission (org.firebirdsql.jdbc.NoVerifyAuthPermission) in Jaybird - If there is a security manager installed, Jaybird will verify NoVerifyAuthPermission if isc_dpb_no_verify_auth is used Adriano |