server/sources/ldapuser.py
changeset 7061 bb2080547722
parent 7040 9b1f9bc74f5d
parent 7055 a393ebb880cd
child 7121 c2badb6de3fe
--- a/server/sources/ldapuser.py	Fri Feb 18 15:26:00 2011 +0100
+++ b/server/sources/ldapuser.py	Tue Mar 08 18:32:19 2011 +0100
@@ -196,6 +196,7 @@
         self._interval = typedconfig['synchronization-interval']
         self._cache_ttl = max(71, typedconfig['cache-life-time'])
         self.reset_caches()
+        self._conn = None
 
     def reset_caches(self):
         """method called during test to reset potential source caches"""