On 11/04/2015 11:45 AM, Paul Reeves wrote: > So the question is this - can the authentication method be switched between > srp and legacy without modifiying security3.fdb? >
Paul, switching authentication method does not require modification of security3.fdb - only firebird.conf. Parameter UserManager in it sets plugin used to work with security database. If more than one plugin is given, first plugin from the list is used by default when changing user and all that plugins are used to list users in sec$users pseudo table. Using SQL to manage users you may choose non-default plugin from the list of available with "USING PLUGIN name" clause in create/alter/drop user statement. ------------------------------------------------------------------------------ Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel