Fix ipa-replica-manage regressions with winsync

Avoids ipa-replica-manage to throw up errors.

Fixes: https://fedorahosted.org/freeipa/ticket/807
This commit is contained in:
Simo Sorce
2011-01-19 09:53:59 -05:00
parent 34cedfe138
commit 27da394c44
2 changed files with 6 additions and 3 deletions

View File

@@ -180,6 +180,7 @@ class DsInstance(service.Service):
self.dercert = None
self.idstart = None
self.idmax = None
self.subject_base = None
if realm_name:
self.suffix = util.realm_to_suffix(self.realm_name)
self.__setup_sub_dict()