From 5f82c0ec2ea898df6b0ee4c9792e8aea47cacebc Mon Sep 17 00:00:00 2001 From: Sven Donath Date: Wed, 13 Oct 2010 23:05:33 +0200 Subject: [PATCH] =?utf8?q?Vorgabe=20f=C3=BCr=20den=20Datenbankbenutzer=20a?= =?utf8?q?uf=20'lxoffice'=20gesetzt,=20da=20das=20bei=20der=20.deb-Install?= =?utf8?q?ation=20bzw.=20der=20Nutzung=20der=20scripts/inst=5Fpostgres.sh?= =?utf8?q?=20der=20Standard=20ist.=20(F=C3=BCr=20den=20Adminbereich=20hatt?= =?utf8?q?e=20ich=20das=20in=20Commit=204b937=20gemacht.)=20In=20einer=20s?= =?utf8?q?p=C3=A4teren=20=C3=84nderung=20soll=20der=20dbuser=20aus=20der?= =?utf8?q?=20config/authentication.pl=20gelesen=20werden.=20Das=20w=C3=A4r?= =?utf8?q?e=20der=20Hardcodierung=20vorzuziehen.=20Aktuell=20bekomme=20ich?= =?utf8?q?=20$cfg->{user}=20aus=20der=20Auth.pm=20(sub=20=5Fread=5Fauth=5F?= =?utf8?q?config)=20nicht=20in=20die=20admin.pl.=20:-|=20Vielleicht=20ist?= =?utf8?q?=20das=20auch=20der=20falsche=20Weg.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- config/authentication.pl.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/authentication.pl.default b/config/authentication.pl.default index 42b888bc2..92da90945 100644 --- a/config/authentication.pl.default +++ b/config/authentication.pl.default @@ -23,7 +23,7 @@ $self->{DB_config} = { 'host' => 'localhost', 'port' => 5432, 'db' => 'lxerp_auth', - 'user' => 'postgres', + 'user' => 'lxoffice', 'password' => '', }; -- 2.20.1