Re: [Server-devel] Moodle broken with 0.94 datastore?

2012-06-12 Thread Martin Langhoff
On Thu, Jun 7, 2012 at 3:38 PM, Jerry Vonau  wrote:
> current entries in /library/user/.  Any thoughts on how to proceed?

Needs fixing :-/ Sameer is right.


m
-- 
 martin.langh...@gmail.com
 mar...@laptop.org -- Software Architect - OLPC
 - ask interesting questions
 - don't get distracted with shiny stuff  - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] pgsql password

2012-06-12 Thread Martin Langhoff
On Wed, May 9, 2012 at 3:18 AM, Sameer Verma  wrote:
> I'd like to use the postgresql database to runs some tables for
> another service (pathagar). How/where do I look for the password to
> get to pgsql?

We don't use password auth on the XS. It is a hassle, and gains you no
extra security -- the user you want to allow is the apache user, so we
do exactly that.

So create a new DB owned by the apache user, and the apache user will
be able to connect to it and manage it w/o problems.

I do not recommend messing with psql users and passwords.




m
-- 
 martin.langh...@gmail.com
 mar...@laptop.org -- Software Architect - OLPC
 - ask interesting questions
 - don't get distracted with shiny stuff  - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel