Template: openacs/db_host Type: string Default: localhost _Description: Database server hostname: Please enter the hostname of the database server host. Template: openacs/dba_name Type: string Default: postgres _Description: Database administrator username: Please enter the PostgreSQL administrator username, needed for the database creation. Template: openacs/dba_password Type: password _Description: Database administrator password: Please enter the PostgreSQL administrator password, needed for the database creation. Template: openacs/dba_confirm Type: password _Description: DBA password confirmation: Please confirm the password in order to continue the process. Template: openacs/mismatch Type: note _Description: Password mismatch The password and its confirmation do not match. Please reenter the passwords. Template: openacs/dbu_name Type: string Default: www-data _Description: Database owner username: Please enter the username of the OpenACS database owner. Template: openacs/dbu_password Type: password _Description: Database owner password: Please enter the password of the OpenACS database owner. Template: openacs/dbu_confirm Type: password _Description: Database user password confirmation: Please confirm the password of the OpenACS database owner. Template: openacs/notconfigured Type: note _Description: Warning - OpenACS is not configured Please note that you have not completed the OpenACS configuration. For completing it, please use "dpkg-reconfigure openacs" later. Template: openacs/tsearch_not_enabled Type: note _Description: Warning - Full Text Search not enabled Full Text Search will not be enabled because tsearch tables are not found. . To enable it, please read /usr/share/doc/README.tsearch. Template: openacs/create_tables Type: note _Description: Warning - OpenACS database tables not created The OpenACS install script will create the database, but the tables are to be created with a script. Please launch it right after the install: . http://127.0.0.1:8000/ . 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.