Subject | AW: AW: [firebird-support] user manager? |
---|---|
Author | Check_Mail |
Post date | 2019-04-12T13:55:44Z |
Thank you, have a nice weekend.
Von: firebird-support@yahoogroups.com <firebird-support@yahoogroups.com>
Gesendet: Freitag, 12. April 2019 15:17
An: firebird-support@yahoogroups.com
Betreff: Re: AW: [firebird-support] user manager?
On 12-4-2019 07:27, 'Check_Mail' check_mail@... [firebird-support]
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