Index: installers/debian/openacs/templates =================================================================== RCS file: /usr/local/cvsroot/installers/debian/openacs/templates,v diff -u -r1.1 -r1.2 --- installers/debian/openacs/templates 4 Apr 2008 14:10:31 -0000 1.1 +++ installers/debian/openacs/templates 18 Sep 2008 17:42:25 -0000 1.2 @@ -69,3 +69,30 @@ . After configure, you can change IP and port to listen on /etc/openacs/config.tcl. + +Template: openacs/pg_grant_access +Type: boolean +_Description: Do you want debconf to grant openacs user access on postgresql? + Debconf can modify the postgresql configuration to allow access + to the openacs user by modifying the pg_hba.conf file. + +Template: openacs/pg_grant_access_manual_blank_pass +Type: note +_Description: Grant openacs user access on postgresql + To grant access manually, you have to edit the + /etc/postgresql/8.X/main/pg_hba.conf file, adding a line + like this (replace "user" for your openacs user): + . + # TYPE DATABASE USER CIDR-ADDRESS METHOD + local openacs user trust. + +Template: openacs/pg_grant_access_manual +Type: note +_Description: Grant openacs user access on postgresql + To grant access manually, you have to edit the + /etc/postgresql/8.X/main/pg_hba.conf file, adding a line + like this (replace "user" for your openacs user): + . + # TYPE DATABASE USER CIDR-ADDRESS METHOD + local openacs user md5. +