On Thu, Nov 17, 2011 at 5:38 AM, Steven Marshall <[email protected]> wrote: > Best Regards, > Steven Marshall > > Sent from my iPad > > On Nov 17, 2011, at 4:33 AM, Chris Travers <[email protected]> wrote: > >> Hil >> >> On Mon, Nov 7, 2011 at 8:29 AM, Steven Marshall >> <[email protected]> wrote: >>> I am trying to understand the purpose of the Super User that is used on the >>> initial screen of Setup.pl. I have created a Superuser called "ledgersmb" >>> with a password in PostgreSQL. >> >> You could use "postgres" instead of "ledgersmb." It just has to be a >> superuser. This is a database user which creates and sets up the >> database for you. > > You state that it just needs to be a superuser. I created the > ledgersmb user as a superuser using the following: > > CREATE USER ledgersmb WITH superuser password 'somepassword'; > > After this I run setup.pl to create my database specifying 'ledgersmb' > as the superuser. I am expecting to be able to login to my new > database using 'ledgersmb' superuser account. Unless I am > misunderstanding something, the "postgres" and "ledgersmb" accounts in > my system are both superusers are they not? Both should be able to > login at this point?
Both can log on to the setup.pl to manage databases. Neither is set up with application access at that point. You can set up the same user on 100 databases if you like though. Best Wishes, Chris Travers ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Ledger-smb-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-users
