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