From 6301914941a355f0d0e1010199716d4c0bbbd867 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 3 Mar 2008 16:10:06 -0500 Subject: Require that the hostname is a DNS A record and that the forward and reverse match. 433515 --- ipa-python/dnsclient.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipa-python/dnsclient.py') diff --git a/ipa-python/dnsclient.py b/ipa-python/dnsclient.py index f301136c5..44dae4d75 100644 --- a/ipa-python/dnsclient.py +++ b/ipa-python/dnsclient.py @@ -327,6 +327,7 @@ def dnsParsePTR(data, base): (rest, rdata.ptrdname) = dnsParseLabel(data, base) if DEBUG_DNSCLIENT: print "PTR = \"%s\"." % rdata.ptrdname + return rdata def dnsParseSRV(data, base): rdata = DNSRData() -- cgit