Add doc note about PostgreSQL MD5 authN
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
or CDP
|
or CDP
|
||||||
* Port MAC query now only returns distinct MAC's
|
* Port MAC query now only returns distinct MAC's
|
||||||
* Keep a hint to SNMP community if new style snmp_auth config is in use
|
* Keep a hint to SNMP community if new style snmp_auth config is in use
|
||||||
|
* [#43] Add doc note about PostgreSQL MD5 authN
|
||||||
|
|
||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|
||||||
|
|||||||
@@ -121,9 +121,11 @@ See the demo at: L<http://netdisco2-demo.herokuapp.com/>
|
|||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
If you have any trouble getting the frontend running, speak to someone in the
|
If you have any trouble getting installed or running, check out the
|
||||||
C<#netdisco> IRC channel (on freenode). Before installing or upgrading please
|
L<Deployment|App::Netdisco::Manual::Deployment> notes, or speak to someone in
|
||||||
review the latest L<Release Notes|App::Netdisco::Manual::ReleaseNotes>.
|
the C<#netdisco> IRC channel (on freenode). Before installing or upgrading
|
||||||
|
please always review the latest L<Release
|
||||||
|
Notes|App::Netdisco::Manual::ReleaseNotes>.
|
||||||
|
|
||||||
=head1 Dependencies
|
=head1 Dependencies
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,15 @@
|
|||||||
|
|
||||||
App::Netdisco::Manual::Deployment - Tips and Tricks for Deployment
|
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
|
=head1 Relocating the Installation
|
||||||
|
|
||||||
The installation process installs Netdisco self-contained to your home
|
The installation process installs Netdisco self-contained to your home
|
||||||
|
|||||||
Reference in New Issue
Block a user