Hi, again!

Tried again as written in INSTALL file:
(but most of the commands I am doing by uisng pgAdmin III)

Created postgresql admin database role, by convention 
named
'ledgersmb':
CREATE ROLE ledgersmb LOGIN PASSWORD 'MYROLEPASSWORD' 
NOINHERIT
CREATEDB

Created central user database:
CREATE DATABASE ledgersmb WITH ENCODING='SQL_ASCII'
OWNER=ledgersmb;

Runned Pg-central.sql

Updated admin user password in users_conf:
UPDATE users_conf SET password = md5('MYPASSWORD')
WHERE id = 1;

Created and edited file ledgersmb.conf to include:
[globaldb]
DBname       = ledgersmb
DBhost       = localhost
DBport       = 5432
DBUserName   = ledgersmb
DBPassword   = MYROLEPASSWORD

I used in all places the same password.

Where could be a problem and/or how could I diagnose it?

brgds
Janeks


On Sat, 08 Nov 2008 01:36:54 +0200
  <[EMAIL PROTECTED]> wrote:
&gt; I fixed it with:
&gt; perl -MCPAN -e 'install version'
&gt;
&gt; But now I have acces denied on admin.pl
&gt;
&gt; I checked/set passwords twice - nothing changes.
&gt;
&gt; It's look like I ought to gona sleep...
&gt; I'll continue tomorrow.
&gt;
&gt; brgds
&gt; Janeks
&gt;

</[EMAIL PROTECTED]>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ledger-smb-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

Reply via email to