mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 06:55:16 +00:00
[#3927] updated documentation
This commit is contained in:
@@ -101,3 +101,5 @@ Currently the support for each database is:
|
|||||||
- PostgreSQL supports the whole set, except ``cipher-list``, additional
|
- PostgreSQL supports the whole set, except ``cipher-list``, additional
|
||||||
configuration must be done in the client library (libpq). Anything else must
|
configuration must be done in the client library (libpq). Anything else must
|
||||||
be done in the PostgreSQL local configuration.
|
be done in the PostgreSQL local configuration.
|
||||||
|
|
||||||
|
For more details about securing the database connection, see :ref:`sec-database-connection`.
|
||||||
|
@@ -357,6 +357,8 @@ Limiting user permission to read or write the Kea configuration file is an impor
|
|||||||
``config-write`` command) to the same directory as the config file used
|
``config-write`` command) to the same directory as the config file used
|
||||||
when starting Kea (passed as a ``-c`` argument).
|
when starting Kea (passed as a ``-c`` argument).
|
||||||
|
|
||||||
|
.. _sec-database-connection:
|
||||||
|
|
||||||
Securing Database Connections
|
Securing Database Connections
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
@@ -371,7 +373,7 @@ in the configuration file.**
|
|||||||
Depending on the database configuration, it is also possible to verify whether the system user matches the
|
Depending on the database configuration, it is also possible to verify whether the system user matches the
|
||||||
database username. Consult the MySQL or PostgreSQL manual for details.
|
database username. Consult the MySQL or PostgreSQL manual for details.
|
||||||
|
|
||||||
Kea supports client TLS settings for MySQL database and it must be
|
Kea supports client SSL/TLS settings for MySQL database and it must be
|
||||||
configured explicitly for all used connections (configuration,
|
configured explicitly for all used connections (configuration,
|
||||||
reservations, leases, forensic logging).
|
reservations, leases, forensic logging).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user