From af187713e774112a0c8315a691f4d0068b324e33 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Wed, 1 Feb 2012 14:25:46 +0200 Subject: Adopt to python-ldap 2.4.6 by removing unused references which are not available in python-ldap anymore --- ipaserver/ipaldap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipaserver/ipaldap.py') diff --git a/ipaserver/ipaldap.py b/ipaserver/ipaldap.py index a6f2c9d1..f9d70258 100644 --- a/ipaserver/ipaldap.py +++ b/ipaserver/ipaldap.py @@ -32,7 +32,7 @@ import time import struct import ldap.sasl import ldapurl -from ldap.controls import LDAPControl,DecodeControlTuples,EncodeControlTuples +from ldap.controls import LDAPControl from ldap.ldapobject import SimpleLDAPObject from ipaserver import ipautil from ipalib import errors -- cgit