Vorgabe für den Datenbankbenutzer auf 'lxoffice' gesetzt, da
authorSven Donath <lxo@dexo.de>
Wed, 13 Oct 2010 21:05:33 +0000 (23:05 +0200)
committerSven Donath <lxo@dexo.de>
Wed, 13 Oct 2010 21:05:33 +0000 (23:05 +0200)
das bei der .deb-Installation bzw. der Nutzung der scripts/inst_postgres.sh
der Standard ist. (Für den Adminbereich hatte ich das in Commit 4b937 gemacht.)
In einer späteren Änderung soll der dbuser aus der config/authentication.pl
gelesen werden.
Das wäre der Hardcodierung vorzuziehen. Aktuell bekomme ich $cfg->{user}
aus der Auth.pm (sub _read_auth_config) nicht in die admin.pl. :-|
Vielleicht ist das auch der falsche Weg.

config/authentication.pl.default

index 42b888b..92da909 100644 (file)
@@ -23,7 +23,7 @@ $self->{DB_config} = {
   'host'     => 'localhost',
   'port'     => 5432,
   'db'       => 'lxerp_auth',
-  'user'     => 'postgres',
+  'user'     => 'lxoffice',
   'password' => '',
 };