Move ipaldap to ipapython

Part of the work for: https://fedorahosted.org/freeipa/ticket/3446
This commit is contained in:
Petr Viktorin
2013-03-13 12:36:33 +01:00
committed by Martin Kosek
parent a38d93f65f
commit 4e6a2a916d
3 changed files with 1819 additions and 1800 deletions
+1815
View File
File diff suppressed because it is too large Load Diff
+3 -1799
View File
File diff suppressed because it is too large Load Diff
+1 -1
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: