found 698298 1.3.18-2
thanks
As noted in README.Debian; if the default LedgerSMB database
adminstrative user is not created during the package installation, it
can be created using the following sql statement:
CREATE ROLE ledgersmb WITH SUPERUSER LOGIN NOINHERIT ENCRYPTED
PASSWORD 'password';
If it is created, like by selection of doing the configuration
during the package installation, but does not have the correct access;
that can be corrected by using something like the following sql
statement:
ALTER ROLE ledgersmb WITH SUPERUSER LOGIN NOINHERIT;
--
Robert J. Clay
[email protected]
[email protected]
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]