Move ipaldap to ipapython

Part of the work for: https://fedorahosted.org/freeipa/ticket/3446
This commit is contained in:
Petr Viktorin
2013-01-31 06:19:02 -05:00
committed by Martin Kosek
parent a38d93f65f
commit 4e6a2a916d
3 changed files with 1819 additions and 1800 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -35,7 +35,7 @@ import krbV
import ldap as _ldap
from ipapython.dn import DN
from ipaserver.ipaldap import SASL_GSSAPI, IPASimpleLDAPObject, LDAPClient
from ipapython.ipaldap import SASL_GSSAPI, IPASimpleLDAPObject, LDAPClient
try: