Index: installers/debian/dotlrn/templates =================================================================== RCS file: /usr/local/cvsroot/installers/debian/dotlrn/templates,v diff -u -r1.6 -r1.7 --- installers/debian/dotlrn/templates 4 Apr 2008 11:52:55 -0000 1.6 +++ installers/debian/dotlrn/templates 18 Sep 2008 18:29:35 -0000 1.7 @@ -69,3 +69,29 @@ . After configure, you can change IP and port to listen on /etc/dotlrn/config.tcl. + +Template: dotlrn/pg_grant_access +Type: boolean +_Description: Do you want debconf to grant dotLRN user access on postgresql? + Debconf can modify the postgresql configuration to allow access + to the dotLRN user by modifying the pg_hba.conf file. + +Template: dotlrn/pg_grant_access_manual_blank_pass +Type: note +_Description: Grant dotLRN 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 doLRN user): + . + # TYPE DATABASE USER CIDR-ADDRESS METHOD + local dotlrn user trust. + +Template: dotlrn/pg_grant_access_manual +Type: note +_Description: Grant dotLRN 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 dotlrn user): + . + # TYPE DATABASE USER CIDR-ADDRESS METHOD + local dotlrn user md5.