Subject | Re: [firebird-support] How to add and log as different user other than SYSDBA? |
---|---|
Author | Helen Borrie |
Post date | 2005-09-04T02:56:17Z |
At 06:19 PM 3/09/2005 -0700, you wrote:
been correctly stored. What tool did you use to install this user? You
need to use gsec, or a component that calls gsec. A direct INSERT or
UPDATE will not work. Encryption occurs when gsec stores the
password; and both enctyption and decryption occur when the server tries
to authenticate the password.
./helen
>Hi, HelenIf you can see "q12345" in the security database then your password has not
>
> I did like you said. but still doesn't work. I did
>see my password is q12345 in the security.fdb, Does
>Firebird encrypt "q12345" to others when I login? What
>I saw the password of SYSDBA in the security.fdb is
>not the "masterkey" but "n2zpJI3qBh2"
been correctly stored. What tool did you use to install this user? You
need to use gsec, or a component that calls gsec. A direct INSERT or
UPDATE will not work. Encryption occurs when gsec stores the
password; and both enctyption and decryption occur when the server tries
to authenticate the password.
./helen