Commit 5227bbb008fa6d2efddd86170bdfac2020cf571d
1 parent
ff9517a687
Exists in
master
and in
7 other branches
[DNS RESOLVER] Minor typo correction
CC: Dave Howells <dhowells@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
net/dns_resolver/Kconfig
1 | # | 1 | # |
2 | # Configuration for DNS Resolver | 2 | # Configuration for DNS Resolver |
3 | # | 3 | # |
4 | config DNS_RESOLVER | 4 | config DNS_RESOLVER |
5 | tristate "DNS Resolver support" | 5 | tristate "DNS Resolver support" |
6 | depends on NET && KEYS | 6 | depends on NET && KEYS |
7 | help | 7 | help |
8 | Saying Y here will include support for the DNS Resolver key type | 8 | Saying Y here will include support for the DNS Resolver key type |
9 | which can be used to make upcalls to perform DNS lookups in | 9 | which can be used to make upcalls to perform DNS lookups in |
10 | userspace. | 10 | userspace. |
11 | 11 | ||
12 | DNS Resolver is used to query DNS server for information. Examples | 12 | DNS Resolver is used to query DNS server for information. Examples |
13 | being resolving a UNC hostname element to an IP address for CIFS or | 13 | being resolving a UNC hostname element to an IP address for CIFS or |
14 | performing a DNS query for AFSDB records so that AFS can locate a | 14 | performing a DNS query for AFSDB records so that AFS can locate a |
15 | cell's volume location database servers. | 15 | cell's volume location database servers. |
16 | 16 | ||
17 | DNS Resolver is used by the CIFS and AFS modules, and would support | 17 | DNS Resolver is used by the CIFS and AFS modules, and would support |
18 | samba4 later. DNS Resolver is supported by the userspace upcall | 18 | SMB2 later. DNS Resolver is supported by the userspace upcall |
19 | helper "/sbin/dns.resolver" via /etc/request-key.conf. | 19 | helper "/sbin/dns.resolver" via /etc/request-key.conf. |
20 | 20 | ||
21 | See <file:Documentation/networking/dns_resolver.txt> for further | 21 | See <file:Documentation/networking/dns_resolver.txt> for further |
22 | information. | 22 | information. |
23 | 23 | ||
24 | To compile this as a module, choose M here: the module will be called | 24 | To compile this as a module, choose M here: the module will be called |
25 | dnsresolver. | 25 | dnsresolver. |
26 | 26 | ||
27 | If unsure, say N. | 27 | If unsure, say N. |
28 | 28 |