1KEY.DNS_RESOLVER(8) Linux Key Management Utilities KEY.DNS_RESOLVER(8)
2
3
4
6 key.dns_resolver - upcall for request-key to handle dns_resolver keys
7
9 /sbin/key.dns_resolver <key>
10 /sbin/key.dns_resolver -D [-v] [-v] <keydesc> <calloutinfo>
11
13 This program is invoked by request-key on behalf of the kernel when
14 kernel services (such as NFS, CIFS and AFS) want to perform a hostname
15 lookup and the kernel does not have the key cached. It is not ordinarā
16 ily intended to be called directly.
17
18 It can be called in debugging mode to test its functionality by passing
19 a -D flag on the command line. For this to work, the key description
20 and the callout information must be supplied. Verbosity can be
21 increased by supplying one or more -v flags.
22
24 All errors will be logged to the syslog.
25
27 request-key.conf(5), keyrings(7), request-key(8)
28
29
30
31Linux 04 Mar 2011 KEY.DNS_RESOLVER(8)