diff --git a/src/man/include/dns_options.xml b/src/man/include/dns_options.xml new file mode 100644 index 00000000000..133511ef655 --- /dev/null +++ b/src/man/include/dns_options.xml @@ -0,0 +1,52 @@ + + + + dns_resolver_server_timeout (integer) + + + + Defines the amount of time (in milliseconds) SSSD + would wait for a response from a DNS server before + trying the query via the next DNS server. + + + Default: 1000 + + + + + + + dns_resolver_op_timeout (integer) + + + + Defines the amount of time (in seconds) to + resolve a single DNS query (e.g. resolution of a + hostname or an SRV record) before trying the + next hostname or DNS discovery. + + + Default: 3 + + + + + + + dns_resolver_timeout (integer) + + + + Defines the amount of time (in seconds) to wait + for a reply from the internal failover service + before assuming that the service is unreachable. + If this timeout is reached, the domain will + continue to operate in offline mode. + + + Default: 6 + + + + diff --git a/src/man/include/failover.xml b/src/man/include/failover.xml index 758270d2111..a5d3df886df 100644 --- a/src/man/include/failover.xml +++ b/src/man/include/failover.xml @@ -64,60 +64,8 @@ you can consider changing the time outs. - This section lists the available tunables. Please refer to their - description in the - - sssd.conf5 - , - manual page. - - - - dns_resolver_server_timeout - - - - Time in milliseconds that sets how long would SSSD - talk to a single DNS server before trying next one. - - - Default: 1000 - - - - - - dns_resolver_op_timeout - - - - Time in seconds to tell how long would SSSD try - to resolve single DNS query (e.g. resolution of a - hostname or an SRV record) before trying the next - hostname or discovery domain. - - - Default: 3 - - - - - - dns_resolver_timeout - - - - How long would SSSD try to resolve a failover - service. This service resolution internally might - include several steps, such as resolving DNS SRV - queries or locating the site. - - - Default: 6 - - - - + This section lists the available tunables. + For LDAP-based providers, the resolve operation is performed diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index e2db9dfdd31..79f7f741742 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -3405,67 +3405,11 @@ pam_gssapi_indicators_map = sudo:pkinit, sudo-i:pkinit + - - dns_resolver_server_timeout (integer) - - - Defines the amount of time (in milliseconds) - SSSD would try to talk to DNS server before - trying next DNS server. - - - Please see the section FAILOVER - for more information about the service - resolution. - - - Default: 1000 - - - - - - dns_resolver_op_timeout (integer) - - - Defines the amount of time (in seconds) to - wait to resolve single DNS query - (e.g. resolution of a hostname or an SRV record) - before try next hostname or DNS discovery. - - - Please see the section FAILOVER - for more information about the service - resolution. - - - Default: 3 - - - - - - dns_resolver_timeout (integer) - - - Defines the amount of time (in seconds) to - wait for a reply from the internal fail over - service before assuming that the service is - unreachable. If this timeout is reached, the - domain will continue to operate in offline mode. - - - Please see the section FAILOVER - for more information about the service - resolution. - - - Default: 6 - - - + + dns_discovery_domain (string)