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/krbinstance.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ipaserver/install/krbinstance.py') diff --git a/ipaserver/install/krbinstance.py b/ipaserver/install/krbinstance.py index 66ee63f8..1c348972 100644 --- a/ipaserver/install/krbinstance.py +++ b/ipaserver/install/krbinstance.py @@ -19,7 +19,6 @@ import subprocess import string -import tempfile import shutil import logging import fileinput -- cgit