mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
[#2018] cosmetic corrections
- hook lib name fixed - DSO => hook library - added a verb, so "First,..." is now a sentence
This commit is contained in:
committed by
Francis Dupont
parent
bb5e15cc39
commit
7832808c53
@@ -110,7 +110,7 @@ Using GSS-TSIG
|
||||
|
||||
There is a number of steps required to enable the GSS-TSIG mechanism:
|
||||
|
||||
1. the gss_tsig DSO has to be loaded by the D2 server
|
||||
1. the gss_tsig hook library has to be loaded by the D2 server
|
||||
2. the GSS-TSIG capable DNS servers have to be specified with their parameters
|
||||
|
||||
An excerpt from D2 server is provided below. More examples are available in the
|
||||
@@ -226,13 +226,13 @@ An excerpt from D2 server is provided below. More examples are available in the
|
||||
|
||||
This configuration file contains a number of extra elements.
|
||||
|
||||
First, a list of forward and/or reverse domains with related DNS
|
||||
servers identified by their IP+port tuples. If port is not specified,
|
||||
the default of 53 is assumed. This is similar to basic mode with no
|
||||
First, a list of forward and/or reverse domains with related DNS servers
|
||||
identified by their IP+port tuples is defined. If port is not
|
||||
specified, the default of 53 is assumed. This is similar to basic mode with no
|
||||
authentication or authentication done using TSIG keys, with the
|
||||
exception that static TSIG keys are not referenced by name.
|
||||
|
||||
Second, the ``gss_tsig.so`` library has to be specified on the
|
||||
Second, the ``libdhcp_gss_tsig.so`` library has to be specified on the
|
||||
``hooks-libraries`` list. This hook takes many parameters. The most
|
||||
important one is `servers`, which is a list of GSS-TSIG capable
|
||||
servers. If there are several servers and they share some
|
||||
|
Reference in New Issue
Block a user