hba.conf File
Host Based Authentication (HBA)
On installation, GeoHelm edits the pg_hba.conf file on installation to below:
In the above settings:
- SSL is enabled but not enforced
- Connections other than local connections use MD5 authentication.
- Access rules are applied to
all
databases andall
users.
Once you have created databases and users, you should modify these settings accordingly.
Please view the full PostgreSQL documentation.
Note that changes to the hba.conf file do not require a restart of the cluster, but only a reload.
postgres@geohelm:~$ psql
psql (9.6.3)
Type "help" for help.
postgres=# SELECT pg_reload_conf();
pg_reload_conf
----------------
t
(1 row)
postgres=#
Next: read the manual
or jump to component pages below.
Important
Be sure to also view the sections below:
Moving the GeoServer Data Directory