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_m...@satron.de 
<mailto:check_m...@satron.de>  [firebird-support] 
wrote:
> okay, but how can I change both sysdba-passwords? The one from srp and 
> 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.

If you currently have AuthServer=Srp,Legacy_Auth (or Legacy_Auth,Srp), 
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



  • [firebird-support... 'Check_Mail' check_m...@satron.de [firebird-support]
    • Re: [firebir... Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
      • AW: [fir... 'Check_Mail' check_m...@satron.de [firebird-support]
        • Re: ... Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
          • ... 'Check_Mail' check_m...@satron.de [firebird-support]
          • ... 'Check_Mail' check_m...@satron.de [firebird-support]
            • ... 'Check_Mail' check_m...@satron.de [firebird-support]
            • ... 'Check_Mail' check_m...@satron.de [firebird-support]
              • ... Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
        • Re: ... Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
          • ... 'Check_Mail' check_m...@satron.de [firebird-support]

Reply via email to