Hi,

the attached patch fixes <https://fedorahosted.org/freeipa/ticket/3600>.

Honza

--
Jan Cholasta
>From 834f04380c3d53496ed6bd36d42bb486fa8db9c8 Mon Sep 17 00:00:00 2001
From: Jan Cholasta <jchol...@redhat.com>
Date: Fri, 3 May 2013 15:00:24 +0200
Subject: [PATCH] Fix creation of reverse records for IPA masters during
 install.

https://fedorahosted.org/freeipa/ticket/3600
---
 ipaserver/install/bindinstance.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipaserver/install/bindinstance.py b/ipaserver/install/bindinstance.py
index 7a37f7b..1793442 100644
--- a/ipaserver/install/bindinstance.py
+++ b/ipaserver/install/bindinstance.py
@@ -683,7 +683,7 @@ class BindInstance(service.Service):
 
             reverse_zone = find_reverse_zone(addr)
             if reverse_zone:
-                add_ptr_rr(reverse_zone, addr, normalize_zone(fqdn))
+                add_ptr_rr(reverse_zone, addr, fqdn)
 
     def __add_self(self):
         self.__add_master_records(self.fqdn, [self.ip_address])
-- 
1.8.1.4

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to