Add PIE compilation flags
[platform/upstream/keyutils.git] / key.dns_resolver.8
1 .\"
2 .\" Copyright (C) 2011 Red Hat, Inc. All Rights Reserved.
3 .\" Written by David Howells (dhowells@redhat.com)
4 .\"
5 .\" This program is free software; you can redistribute it and/or
6 .\" modify it under the terms of the GNU General Public License
7 .\" as published by the Free Software Foundation; either version
8 .\" 2 of the License, or (at your option) any later version.
9 .\"
10 .TH KEY.DNS_RESOLVER 8 "04 Mar 2011" Linux "Linux Key Management Utilities"
11 .SH NAME
12 key.dns_resolver - Upcall for request-key to handle dns_resolver keys
13 .SH SYNOPSIS
14 \fB/sbin/key.dns_resolver \fR<key>
15 .br
16 \fB/sbin/key.dns_resolver \fR-D [-v] [-v] <keydesc> <calloutinfo>
17 .SH DESCRIPTION
18 This program is invoked by request-key on behalf of the kernel when kernel
19 services (such as NFS, CIFS and AFS) want to perform a hostname lookup and the
20 kernel does not have the key cached.  It is not ordinarily intended to be
21 called directly.
22 .P
23 It can be called in debugging mode to test its functionality by passing a
24 \fB-D\fR flag on the command line.  For this to work, the key description and
25 the callout information must be supplied.  Verbosity can be increased by
26 supplying one or more \fB-v\fR flags.
27 .SH ERRORS
28 All errors will be logged to the syslog.
29 .SH SEE ALSO
30 \fBrequest-key\fR(8), \fBrequest-key.conf\fR(5)