Code

a41bc3b02ac7ef8af00297ed3a8cbe30b406da1d
[sysdb.git] / doc / sysdbd-cname-dns.5.txt
1 sysdbd-cname-dns(5)
2 ===================
3 Sebastian "tokkee" Harl <sh@tokkee.org>
4 version {package_version}, {build_date}
5 :doctype: manpage
7 NAME
8 ----
9 sysdbd-cname-dns - cname::dns plugin
11 SYNOPSIS
12 --------
13   LoadPlugin cname::dns
15 DESCRIPTION
16 -----------
17 *cname::dns* is a plugin which canonicalizes hostnames based on the canonical
18 hostname returned from a reverse DNS query. Each host submitted to SysDB's
19 store will be passed through this plugin (if it is loaded) and the
20 canonicalized hostname will then be used instead of the hostname submitted by
21 the plugin.
23 CONFIGURATION
24 -------------
25 *cname::dns* does not currently accept any configuration options.
27 SEE ALSO
28 --------
29 *sysdbd*(1), *sysdbd.conf*(5)
31 AUTHOR
32 ------
33 SysDB was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
35 COPYRIGHT
36 ---------
37 Copyright (C) 2012-2014 Sebastian "tokkee" Harl <sh@tokkee.org>
39 This is free software under the terms of the BSD license, see the source for
40 copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or
41 FITNESS FOR A PARTICULAR PURPOSE.
43 // vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :