[Pkg-sql-ledger-discussion] Bug#698298: Admin DB user information

Robert J. Clay rjclay at gmail.com
Sat Jan 19 08:41:04 UTC 2013


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
jame at rocasa.us
rjclay at gmail.com



More information about the Pkg-sql-ledger-discussion mailing list