Re: [Firebird-devel] Problems with fresh install and gsec

2015-07-14 Thread Carlos H. Cantu
DY>> It was already explained: DY>> gsec -add sysdba -pw masterkey -user sysdba I just downloaded today's Win32 FB 3 snapshot (Firebird-3.0.0.31940-0_Win32.7z) and extracted it to an empty directory. When I try "gsec -add sysdba -pw masterkey -user sysdba" (no Firebird process running), the comma

[Firebird-devel] [FB-Tracker] Created: (CORE-4875) Problems when a new user wants to access our system - Firebird memory MON$ATTACHMENTS HUNG - not access

2015-07-14 Thread Sebaot Software (JIRA)
Problems when a new user wants to access our system - Firebird memory MON$ATTACHMENTS HUNG - not access --- Key: CORE-4875 URL: http://tracker.firebirdsql.org/brow

Re: [Firebird-devel] windows installer and authentication

2015-07-14 Thread Dmitry Yemanov
13.07.2015 16:07, Paul Reeves wrote: > Obviously I am missing something huge here - if we don't provide legacy > authentication how and where do we create sysdba? The same way (gsec?) and the same location (security3.fdb). Just use the Srp plugin instead of LegacyAuth. Dmitry ---

[Firebird-devel] Firebird 3, execution modes

2015-07-14 Thread Walter R. Ojeda Valiente
Reading the excellent (as usual) document of Helen Borrie: Firebird 3.0 Release Notes (for Firebird 3.0 Beta 2) I have some doubts: First, it says that for choicing the working modes (models) I need to put values 0 or 1 at SharedCache and SharedDatabase. Ok with that. But then it says that the ex

Re: [Firebird-devel] Firebird 3, execution modes

2015-07-14 Thread Claudio Valderrama C.
> -Original Message- > From: Walter R. Ojeda Valiente > [mailto:sistemas2000profesio...@gmail.com] > Sent: Martes, 14 de Julio de 2015 17:56 > > First, it says that for choicing the working modes (models) I > need to put values 0 or 1 at SharedCache and SharedDatabase. > Ok with that.

Re: [Firebird-devel] Firebird 3, execution modes

2015-07-14 Thread Carlos H. Cantu
Title: Re: [Firebird-devel] Firebird 3, execution modes Btw, seems that firebird.conf from today's snapshot doesn't has SharedCache and SharedDatabase parameters anymore. Instead, you will find just a new parameters name "ServerMode". []s Carlos http://www.firebirdnews.org FireBase - http://www.

Re: [Firebird-devel] Firebird 3, execution modes

2015-07-14 Thread Claudio Valderrama C.
> -Original Message- > From: Carlos H. Cantu [mailto:lis...@warmboot.com.br] > Sent: Martes, 14 de Julio de 2015 21:24 > > Btw, seems that firebird.conf from today's snapshot doesn't > has SharedCache and SharedDatabase parameters anymore. > Instead, you will find just a new parameters

Re: [Firebird-devel] windows installer and authentication

2015-07-14 Thread Paul Reeves
On Tuesday 14 July 2015 19:00:59 Dmitry Yemanov wrote: > 13.07.2015 16:07, Paul Reeves wrote: > > Obviously I am missing something huge here - if we don't provide legacy > > authentication how and where do we create sysdba? > > The same way (gsec?) and the same location (security3.fdb). Just use th