X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=config%2Fauthentication.pl.default;h=92da90945f398742f563b4a6c4f71a0229a7bc7e;hb=1dfec8936c37afb9ea3ac5153d8721b6862f4c96;hp=8e1749c7a8e0e99802ddecf42932552f4c6d6d52;hpb=8c7e44938a661e035f62840e1e177353240ace5d;p=kivitendo-erp.git diff --git a/config/authentication.pl.default b/config/authentication.pl.default index 8e1749c7a..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' => '', }; @@ -57,4 +57,9 @@ $self->{LDAP_config} = { # Der Name des Cookies kann geändert werden, sofern gewünscht. # $self->{cookie_name} = 'lx_office_erp_session_id'; +# Die Zeitspanne, bis eine inaktive Session ungültig wird, kann +# hier geändert werden. Der Standardwert ist acht Stunden. +# Die Angabe ist in Minuten. +# $self->{session_timeout} = 8 * 60; + 1;