mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Remove ipaserver/ipaldap.py
In addition to removing the module, fix all places where it was imported. Preparation for: https://fedorahosted.org/freeipa/ticket/3446
This commit is contained in:
committed by
Martin Kosek
parent
4e6a2a916d
commit
91a63cce62
@@ -31,6 +31,7 @@ from ipapython import ipautil
|
||||
from ipapython.ipa_log_manager import *
|
||||
from ipapython.dn import DN
|
||||
from ipaserver.install import installutils
|
||||
from ipaserver.plugins import ldap2
|
||||
from ipalib.util import normalize_name
|
||||
|
||||
import os, string, struct, copy
|
||||
@@ -48,7 +49,7 @@ try:
|
||||
except ImportError:
|
||||
from ldap.controls import LDAPControl as LDAPControl #pylint: disable=F0401
|
||||
import ldap as _ldap
|
||||
from ipaserver.ipaldap import IPAdmin
|
||||
from ipapython.ipaldap import IPAdmin
|
||||
from ipalib.session import krbccache_dir, krbccache_prefix
|
||||
from dns import resolver, rdatatype
|
||||
from dns.exception import DNSException
|
||||
|
||||
Reference in New Issue
Block a user