Advertisement
Guest User

Untitled

a guest
May 3rd, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. New SYSDBA Password handling on Linux systems
  2.  
  3. On Linux systems there is a new file named SYSDBA.password which now contains the SYSDBA password. The SYSDBA password is created by the installation script, so it no longer defaults to "masterkey".
  4.  
  5. You can then overwrite the password, using the bin/changeDBAPassword.sh shell script. For simplicity, I chose "masterkey" again ... ;-)
  6.  
  7. When you install a SuperServer, you will have to manually adapt the SYSDBA password in the /etc/rc.d/init.d/firebird file (/etc/init.d/firebird for SuSE Linux systems).
  8.  
  9. SYSDBA.password:
  10.  
  11. # Firebird generated password for user SYSDBA is:
  12.  
  13. ISC_USER=sysdba
  14. ISC_PASSWD=masterkey
  15.  
  16. # for install on valentin at time Tue Mar 2 14:37:26 CET 2004
  17. # You should change this password at the earliest oportunity
  18.  
  19. # Your password can be changed to a more suitable one using the
  20. # /opt/firebird/bin/changeDBAPassword.sh script
  21.  
  22. # For superserver you will also want to check the password in the
  23. # daemon init routine in the file /etc/rc.d/init.d/firebird
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement