diff --git a/src/modules/dnssec/doc/dnssec.xml b/src/modules/dnssec/doc/dnssec.xml index 499d1a6c49a..9bf30906537 100644 --- a/src/modules/dnssec/doc/dnssec.xml +++ b/src/modules/dnssec/doc/dnssec.xml @@ -27,7 +27,7 @@ - + - + diff --git a/src/modules/dnssec/doc/dnssec_admin.xml b/src/modules/dnssec/doc/dnssec_admin.xml index 89ba687b32a..c84af356ecf 100644 --- a/src/modules/dnssec/doc/dnssec_admin.xml +++ b/src/modules/dnssec/doc/dnssec_admin.xml @@ -10,9 +10,9 @@ - + &adminguide; - +
Overview @@ -56,7 +56,7 @@
External Libraries or Applications - The following libraries or applications must be installed before + The following libraries or applications must be installed before running &kamailio; with this module loaded: @@ -72,22 +72,22 @@
Parameters - +
<varname>general_query_flags</varname> (integer) - - + + Set this parameter to an integer value containing of an ORed result of one or more of the following values (constant present only for documentation process, as they are mostly mapped to libval flags). Setting this - parameter will cause the libval defaults to be completely overwritten + parameter will cause the libval defaults to be completely overwritten QUERY_DONT_VALIDATE == 1<<0 causes the validator to disable validation for this query. QUERY_IGNORE_SKEW == 1<<1 causes the validator to disable checking signature inception and expiration times on RRSIGs. - QUERY_AC_DETAIL == 1<<2 + QUERY_AC_DETAIL == 1<<2 causes the validator to copy the authentication chain details into the val_rc_answer member within the returned val_result_chain structure. @@ -112,13 +112,13 @@ forces libval to ignore cached data while trying to resolve a name. Default value is 0(no changes) - + Set <varname>general_query_flags</varname> parameter - + ... - modparam("dnssec", "general_query_flags", 1) # QUERY_DONT_VALIDATE disable validation + modparam("dnssec", "general_query_flags", 1) # QUERY_DONT_VALIDATE disable validation modparam("dnssec", "general_query_flags", 10) # QUERY_IGNORE_SKEW | QUERY_NO_DLV ...