From 1bc786e379ed5575cf4dffaa23bf7d66f42e44d7 Mon Sep 17 00:00:00 2001 From: Martin Nagy Date: Tue, 12 May 2009 15:20:24 +0200 Subject: Use LDAP instead of flat file for zone storage --- ipaserver/install/service.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipaserver/install/service.py') diff --git a/ipaserver/install/service.py b/ipaserver/install/service.py index 41e77a73..a07a382a 100644 --- a/ipaserver/install/service.py +++ b/ipaserver/install/service.py @@ -18,6 +18,8 @@ # import logging, sys +import os +import tempfile from ipapython import sysrestore from ipapython import ipautil -- cgit