Subject Re: [firebird-support] gsec in Firebird 3.0
Author Mark Rotteveel
On 12-7-2018 16:24, Aldo Caruso aldo.caruso@...
[firebird-support] wrote:
> Hello,
>
>     The gsec utility still exists in Firebird 3.0.2 ( Ubuntu 18.04
> distribution ), although its man page states that it is deprecated.
>     I tested it and works. I have some scripts that use it in order to
> add users.
>     Is it still reliable to use it or should I have to rewrite those
> scripts invoking isql-fb with the new command "create user" ?

Deprecated doesn't mean it doesn't work, it means that it is advisable
to stop using it and that it is may be removed in a future.

In other words: you can use it, but you should consider moving to SQL
user management so you don't run into problems when gsec is removed.

One of the downsides of gsec is that it doesn't have support for
multiple user managers, so you can only use the user manager that is
first in the configured list. It also doesn't support some of the newer
features (like user tags). I believe there are some more downsides, but
I can't readily think of them.

Also consider this: dialect 1 has been deprecated since InterBase 6 back
at the turn of the century, and yet Firebird still supports it...

Mark
--
Mark Rotteveel