EN firebird password

Aus Autopoll-Dokumentation
Zur Navigation springen Zur Suche springen

in Arbeit IN ARBEIT work in progress

Preamble

Zusammen mit Autopoll wird ein Firebird-SQL-Datenbankserver installiert. Dieser hat systemseitig einen Adminstrationszugang mit Passwort. Diese Kombination (sysdba/masterkey) sollte jedem Firebird Eigentümer, damit er sein Eigentum administrieren kann, bekannt sein. Es daher zu ändern, damit kein Benutzer an Details der Autopoll-Datenbank kommt, ist aus unserer Sicht daher sinnlos und systemwidrig. Man kann/sollte keinem Softwareeigentümer den Zugang zu seinem eigenen System verwehren.

Dessen ungeachtet möchten aber manche Anwender das Systempasswort ändern, oder aber es wurde von einem anderem System geändert.

Autopoll verwendet die Systemanmeldung um nach den gültigen Benutzern zu schauen, sie muss also für Autopoll verfügbar sein.


Pre-conditions

  • from Autopoll Basis version 4.2.1.415 FR02 (Jan. 2015)


Settings Firebird

The settings of the user in the Firebird can be changed with the command "gsec". (change of the firebird system password)

  >cd c:\Programme\Firebird\Firebird_1_5\bin
  >gsec -user sysdba -password masterkey -database localhost:c:\Programme\Firebird\Firebird_1_5\security.fdb -modify sysdba -pw '''newpw'''


Settings Autopoll

In Autopoll the configuration file "apv4.ini" has to be extended in the section "General" with the following commands:

[General]

User=sysdba
Password='''newpw'''
PwCamelCase=Y

The last parameter PwCamelCase has only to be set when the pasword is sensitive to upper and lower case.