summaryrefslogtreecommitdiff
path: root/keyutils-1.5.6/key.dns_resolver.8
diff options
context:
space:
mode:
Diffstat (limited to 'keyutils-1.5.6/key.dns_resolver.8')
-rw-r--r--keyutils-1.5.6/key.dns_resolver.830
1 files changed, 30 insertions, 0 deletions
diff --git a/keyutils-1.5.6/key.dns_resolver.8 b/keyutils-1.5.6/key.dns_resolver.8
new file mode 100644
index 0000000..8347a0d
--- /dev/null
+++ b/keyutils-1.5.6/key.dns_resolver.8
@@ -0,0 +1,30 @@
+.\"
+.\" Copyright (C) 2011 Red Hat, Inc. All Rights Reserved.
+.\" Written by David Howells (dhowells@redhat.com)
+.\"
+.\" This program is free software; you can redistribute it and/or
+.\" modify it under the terms of the GNU General Public License
+.\" as published by the Free Software Foundation; either version
+.\" 2 of the License, or (at your option) any later version.
+.\"
+.TH KEY.DNS_RESOLVER 8 "04 Mar 2011" Linux "Linux Key Management Utilities"
+.SH NAME
+key.dns_resolver - Upcall for request-key to handle dns_resolver keys
+.SH SYNOPSIS
+\fB/sbin/key.dns_resolver \fR<key>
+.br
+\fB/sbin/key.dns_resolver \fR-D [-v] [-v] <keydesc> <calloutinfo>
+.SH DESCRIPTION
+This program is invoked by request-key on behalf of the kernel when kernel
+services (such as NFS, CIFS and AFS) want to perform a hostname lookup and the
+kernel does not have the key cached. It is not ordinarily intended to be
+called directly.
+.P
+It can be called in debugging mode to test its functionality by passing a
+\fB-D\fR flag on the command line. For this to work, the key description and
+the callout information must be supplied. Verbosity can be increased by
+supplying one or more \fB-v\fR flags.
+.SH ERRORS
+All errors will be logged to the syslog.
+.SH SEE ALSO
+\fBrequest-key\fR(8), \fBrequest-key.conf\fR(5)