On 06. sep. 2012 15:06, Brian Wolf wrote: > To host a second company (which is completely separate from the first), > my understanding is that we need to run a separate instance of LedgerSMB > and create a separate PostgreSQL database. Can someone provide clear > instructions on how to set up the second company? Please be as specific > as possible.
The simple way: -------------- Use your current instance Use setup.pl to create company database number 2,3,4 with ledgersmbadm user (or a special admin user for each db). You have to use different usernames on all users. The safest way: -------------- Deploy multiple instances http://permalink.gmane.org/gmane.comp.finance.ledger.smb.user/6243 <metatrontech> on irc: Basically roles are globally shared and so a user created on db A is available on db B for grants if they are on the same cluster. Normally we control for this in the following manner if the user exists we throw an error and give the admin a chance to import the user. This means that if the companies are on different Pg clusters the users cannot be shared and you can prove this, but if they are on the same pg cluster, you can manage it, but you can't prove that users of company A cannot access the books of company b. -- Håvard Sørli - http:/www.anix.no ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ledger-smb-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-users
