[Firebird-devel] FB3 and authentication and security3.fdb

2015-11-04 Thread Paul Reeves
I think I've nailed down the basic installation requirements for configuration of the FB3 security database under windows. On first install the user can choose between the new and the legacy authentication methods, SYSDBA is added correctly and firebird.conf is updated correctly. So far, so good

Re: [Firebird-devel] Cannot easily install plugins

2015-11-04 Thread Adriano dos Santos Fernandes
On 31/10/2015 11:41, Alex Peshkoff wrote: > On 10/30/2015 08:53 PM, Adriano dos Santos Fernandes wrote: >> On 30/10/2015 11:57, Alex Peshkoff wrote: >>> On 10/30/2015 04:00 PM, Adriano dos Santos Fernandes wrote: On 30/10/2015 10:57, Adriano dos Santos Fernandes wrote: > On 30/10/2015 10:5

Re: [Firebird-devel] Cannot easily install plugins

2015-11-04 Thread Vlad Khorsun
04.11.2015 12:07, Adriano dos Santos Fernandes wrote: > Looks like plugins are loaded on-demand, and the problems come from that. > > IMO all plugins should be loaded. I'm against such nonsense, sorry. Or i not understand you (it happens) Regards, Vlad --

[Firebird-devel] [FB-Tracker] Created: (CORE-4989) Regression: Cannot crate variable with name longer than 31 chars in PSQL

2015-11-04 Thread Simeon Bodurov (JIRA)
Regression: Cannot crate variable with name longer than 31 chars in PSQL Key: CORE-4989 URL: http://tracker.firebirdsql.org/browse/CORE-4989 Project: Firebird Core Issu

Re: [Firebird-devel] FB3 and authentication and security3.fdb

2015-11-04 Thread Mark Rotteveel
On Wed, 04 Nov 2015 09:45:27 +0100, Paul Reeves wrote: > I think I've nailed down the basic installation requirements for > configuration > of the FB3 security database under windows. On first install the user can > choose between the new and the legacy authentication methods, SYSDBA is > added

Re: [Firebird-devel] FB3 and authentication and security3.fdb

2015-11-04 Thread Paul Reeves
On Wednesday 04 Nov 2015 16:25:22 Mark Rotteveel wrote: > On Wed, 04 Nov 2015 09:45:27 +0100, Paul Reeves > > So the question is this - can the authentication method be switched > > between > > srp and legacy without modifiying security3.fdb? > > You can have two sysdba accounts in security3.fdb

[Firebird-devel] PluginFactory

2015-11-04 Thread Dimitry Sibiryakov
Hello, All. Plugin factory can produce only one type of plugin? If my module provides several plugins, I have to create separate factories for each one? -- WBR, SD. -- Firebird-Devel mailing list, web interfa

Re: [Firebird-devel] PluginFactory

2015-11-04 Thread Vlad Khorsun
04.11.2015 18:26, Dimitry Sibiryakov wrote: > Hello, All. > > Plugin factory can produce only one type of plugin? If my module provides > several > plugins, I have to create separate factories for each one? > Yes on both questions. Regards, Vlad --