SYNOPSIS
gsecgsec option...
DESCRIPTION
gsec is a utility used to manimulate the security database security2.fdb, used by the Firebird server.Started without options, gsec enters interactive mode. All commands in that mode mimic the unabbreviated options below, without the leading dash.
OPTIONS
- -di[splay] [name]
- Show information for user name or for all users if no name is given.
- -a[dd] name -pw password
- Add a user with the given password.
- -mo[dify] name parameter...
-
Modify the account name. Possible parameters are:
-
- -pw string
- Set user password;
- -uid num
- -gid num
- -fname string
- Set first name.
- -mname string
- Set middle name.
- -lname string
- Set last name.
- -admin "yes"|"no"
- Set admin flag.
-
- -de[lete] name
- Delete user from the security database.
COPYRIGHT AND LICENSE
Copyright (c) 2015 Damyan Ivanov <[email protected]>.Permission is granted to use this document, with or without modifications, provided that this notice is retained. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.