Add doc note about PostgreSQL MD5 authN

This commit is contained in:
Oliver Gorwits
2013-12-27 16:32:55 +00:00
parent 6bd6c9de8c
commit d21fdf6d68
3 changed files with 15 additions and 3 deletions

View File

@@ -2,6 +2,15 @@
App::Netdisco::Manual::Deployment - Tips and Tricks for Deployment
=head1 Enable MD5 authentication to PostgreSQL
Some installations of PostgreSQL don't have MD5 authentication enabled by
default. You should enable this by adding the following to your system's
"C<pg_hba.conf>" file (and restarting the database service):
# TYPE DATABASE USER ADDRESS METHOD
host all all 127.0.0.1/32 md5
=head1 Relocating the Installation
The installation process installs Netdisco self-contained to your home