summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2014-09-08 11:41:44 -0400
committerThomas Markwalder <tmark@isc.org>2014-09-08 11:41:44 -0400
commite4a2cb79b2679738f56b3803a44c9899f6982c09 (patch)
tree3cb1e07cec34ec934bbd67f6406dda99dfe47ec8 /server
parent1fdd3f00e44c70094047a1f629ebd7215b196023 (diff)
downloadisc-dhcp-e4a2cb79b2679738f56b3803a44c9899f6982c09.tar.gz
[v4_2] Addes addtional HMAC TSIG algorithms to DDNS
Merges in rt36947
Diffstat (limited to 'server')
-rw-r--r--server/dhcpd.conf.514
1 files changed, 13 insertions, 1 deletions
diff --git a/server/dhcpd.conf.5 b/server/dhcpd.conf.5
index 23bca36f..cc33976e 100644
--- a/server/dhcpd.conf.5
+++ b/server/dhcpd.conf.5
@@ -1,6 +1,6 @@
.\" dhcpd.conf.5
.\"
-.\" Copyright (c) 2004-2012 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2004-2014 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 1996-2003 by Internet Software Consortium
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@@ -1391,6 +1391,18 @@ generate a key as seen above:
dnskeygen -H 128 -u -c -n DHCP_UPDATER
.fi
.PP
+The key name, algorithm, and secret must match that being used by the DNS
+server. The DHCP server currently supports the following algorithms:
+.nf
+
+ HMAC-MD5
+ HMAC-SHA1
+ HMAC-SHA224
+ HMAC-SHA256
+ HMAC-SHA384
+ HMAC-SHA512
+.fi
+.PP
You may wish to enable logging of DNS updates on your DNS server.
To do so, you might write a logging statement like the following:
.PP