|
| |
69 |
69 |
. |
|
| |
70 |
70 |
After configure, you can change IP and port to listen on |
|
| |
71 |
71 |
/etc/dotlrn/config.tcl. |
|
| |
|
72 |
|
|
| |
|
73 |
Template: dotlrn/pg_grant_access |
|
| |
|
74 |
Type: boolean |
|
| |
|
75 |
_Description: Do you want debconf to grant dotLRN user access on postgresql? |
|
| |
|
76 |
Debconf can modify the postgresql configuration to allow access |
|
| |
|
77 |
to the dotLRN user by modifying the pg_hba.conf file. |
|
| |
|
78 |
|
|
| |
|
79 |
Template: dotlrn/pg_grant_access_manual_blank_pass |
|
| |
|
80 |
Type: note |
|
| |
|
81 |
_Description: Grant dotLRN user access on postgresql |
|
| |
|
82 |
To grant access manually, you have to edit the |
|
| |
|
83 |
/etc/postgresql/8.X/main/pg_hba.conf file, adding a line |
|
| |
|
84 |
like this (replace "user" for your doLRN user): |
|
| |
|
85 |
. |
|
| |
|
86 |
# TYPE DATABASE USER CIDR-ADDRESS METHOD |
|
| |
|
87 |
local dotlrn user trust. |
|
| |
|
88 |
|
|
| |
|
89 |
Template: dotlrn/pg_grant_access_manual |
|
| |
|
90 |
Type: note |
|
| |
|
91 |
_Description: Grant dotLRN user access on postgresql |
|
| |
|
92 |
To grant access manually, you have to edit the |
|
| |
|
93 |
/etc/postgresql/8.X/main/pg_hba.conf file, adding a line |
|
| |
|
94 |
like this (replace "user" for your dotlrn user): |
|
| |
|
95 |
. |
|
| |
|
96 |
# TYPE DATABASE USER CIDR-ADDRESS METHOD |
|
| |
|
97 |
local dotlrn user md5. |