Subject Re: [firebird-support] Deploy firebird with another password for sysdba user
Author Lucas Franzen
Am 14.11.2011 10:05, schrieb Mr. John:
> That is working from inside NSIS installer:
>
> ExecWait 'gsec -user sysdba -password masterkey -modify SYSDBA -pw mypassword'
>

Remember to check this with different OS.
Under 2003/2008 you usually also have to add the security database as a
parameter (local protocol won't work).

Something like:
gsec -database localhost:"C:\Program Files\Firebird\security.fdb"


Luc.