~ubuntu-branches/ubuntu/saucy/sssd/saucy

« back to all changes in this revision

Viewing changes to src/man/pt/include/service_discovery.xml

  • Committer: Stéphane Graber
  • Date: 2011-06-15 16:23:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: stgraber@ubuntu.com-20110615162314-rbhoppnpaxfqo5q7
Merge 1.5.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<refsect1 id='service_discovery'>
 
2
    <title>SERVICE DISCOVERY</title>
 
3
    <para>
 
4
        The service discovery feature allows back ends to automatically find the
 
5
appropriate servers to connect to using a special DNS query.
 
6
    </para>
 
7
    <refsect2 id='configuration'>
 
8
        <title>Configuration</title>
 
9
        <para>
 
10
            If no servers are specified, the back end automatically uses service
 
11
discovery to try to find a server. Optionally, the user may choose to use
 
12
both fixed server addresses and service discovery by inserting a special
 
13
keyword, <quote>_srv_</quote>, in the list of servers. The order of
 
14
preference is maintained. This feature is useful if, for example, the user
 
15
prefers to use service discovery whenever possible, and fall back to a
 
16
specific server when no servers can be discovered using DNS.
 
17
        </para>
 
18
    </refsect2>
 
19
    <refsect2 id='domain_name'>
 
20
        <title>The domain name</title>
 
21
        <para>
 
22
            Please refer to the <quote>dns_discovery_domain</quote> parameter in the
 
23
<citerefentry> <refentrytitle>sssd.conf</refentrytitle>
 
24
<manvolnum>5</manvolnum> </citerefentry> manual page for more details.
 
25
        </para>
 
26
    </refsect2>
 
27
    <refsect2 id='search_protocol'>
 
28
        <title>The protocol</title>
 
29
        <para>
 
30
            The queries usually specify _tcp as the protocol. Exceptions are documented
 
31
in respective option description.
 
32
        </para>
 
33
    </refsect2>
 
34
    <refsect2 id='reference'>
 
35
        <title>See Also</title>
 
36
        <para>
 
37
            For more information on the service discovery mechanism, refer to RFC 2782.
 
38
        </para>
 
39
    </refsect2>
 
40
</refsect1>