GSEC
No recent searches
Popular Articles

Sorry! nothing found for
GSEC
Created by Russ Hartle, Modified on Tue, 11 Nov, 2025 at 10:25 AM by Russ Hartle
GSEC — Firebird User Administration
GSEC is Firebird’s command line tool for user administration issues.
All database users are stored in the security database named isc4.gdb (Firebird 1.0), security.fdb (Firebird 1.5) or security2.fdb (Firebird 2.0) in the Firebird directory. There is always at least one user, the system database administrator, SYSDBA.
After installation, the SYSDBA password is “masterkey”. (Exception: Firebird 1.5 for Linux)
Only the first 8 characters of a password are significant. The password should not contain space characters.
Invoking GSEC
GSEC can only be run by the SYSDBA.
To use GSEC for the local machine, use:
gsec -user sysdba -password <password> [options]
To use GSEC for a remote machine, use:
gsec -user sysdba -password <password> -database <databasename>
where is the database name of the remote security.fdb or security2.fdb database.
You can use GSEC has an interactive command line tool or give all commands on one command line.
Tables can't be imported directly. Please insert an image of your table which can be found here.
When you don’t want to invoke the interactive mode, you can give all commands directly in the command line. To do that, precede the commands with a dash.
Tables can't be imported directly. Please insert an image of your table which can be found here.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Let us know how can we improve this article!
Feedback sent
We appreciate your effort and will try to fix the article
X