mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Use ldap2 instead of legacy LDAP code from v1 in installer scripts.
This commit is contained in:
committed by
Rob Crittenden
parent
cc336cf9c1
commit
3620135ec9
@@ -26,11 +26,9 @@
|
||||
import sys
|
||||
try:
|
||||
from optparse import OptionParser
|
||||
from ipaserver import ipaldap
|
||||
from ipapython import entity, ipautil, config
|
||||
from ipaserver.install import installutils
|
||||
from ipaserver.install.ldapupdate import LDAPUpdate, BadSyntax, UPDATES_DIR
|
||||
import ldap
|
||||
import logging
|
||||
import re
|
||||
import krbV
|
||||
|
||||
Reference in New Issue
Block a user