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/create_tables
Type: note
Description: Warning - dotLRN database tables not created
 The Moodle 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/dotlrn/config.tcl.