Subject | Re: AW: [firebird-support] user manager? |
---|---|
Author | Mark Rotteveel |
Post date | 2019-04-12T13:17:21Z |
On 12-4-2019 07:27, 'Check_Mail' check_mail@... [firebird-support]
wrote:
then you can login with either password for SYSDBA.
To change the password of both, ensure that
UserManager=Srp,Legacy_UserManager and then use
alter user SYSDBA set password 'new password' using plugin Srp;
alter user SYSDBA set password 'new password' using plugin
Legacy_UserManager;
Or consider using drop user SYSDBA using plugin Legacy_UserManager to
only retain the Srp SYSDBA.
Mark
--
Mark Rotteveel
wrote:
> okay, but how can I change both sysdba-passwords? The one from srp andIf you currently have AuthServer=Srp,Legacy_Auth (or Legacy_Auth,Srp),
> the other from legacy auth?
>
> I don’t have change any settings, first, some processes works not
> normally, after restarting the pc, I could not connect to the server
> with the new user.
then you can login with either password for SYSDBA.
To change the password of both, ensure that
UserManager=Srp,Legacy_UserManager and then use
alter user SYSDBA set password 'new password' using plugin Srp;
alter user SYSDBA set password 'new password' using plugin
Legacy_UserManager;
Or consider using drop user SYSDBA using plugin Legacy_UserManager to
only retain the Srp SYSDBA.
Mark
--
Mark Rotteveel