fd3bdcaf1e
- Improve upgrade script to handle systemd 389-ds change - fixes FreeIPA tickets 2117 and 2300 - Fix freeipa to work with python-ldap 2.4.6
27 lines
906 B
Diff
27 lines
906 B
Diff
From a639ff31c65b6fabfa916e0ea9256fad9e90d3cf Mon Sep 17 00:00:00 2001
|
|
From: Alexander Bokovoy <abokovoy@redhat.com>
|
|
Date: Wed, 1 Feb 2012 14:25:46 +0200
|
|
Subject: [PATCH 2/3] Adopt to python-ldap 2.4.6 by removing unused references
|
|
which are not available in python-ldap anymore
|
|
|
|
---
|
|
ipaserver/ipaldap.py | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/ipaserver/ipaldap.py b/ipaserver/ipaldap.py
|
|
index 1820e690b10c820efcd3217801bde6b685bbf20b..89c031290acb5c041e0fa5e9412bbc85eb0288ec 100644
|
|
--- a/ipaserver/ipaldap.py
|
|
+++ b/ipaserver/ipaldap.py
|
|
@@ -31,7 +31,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 ipaserver.install import installutils
|
|
--
|
|
1.7.8.3
|
|
|