server/sources/ldapuser.py
changeset 2763 39b42e158249
parent 2707 15ffc3c8923c
child 3245 7ef021ac8dec
--- a/server/sources/ldapuser.py	Tue Aug 11 12:21:45 2009 +0200
+++ b/server/sources/ldapuser.py	Tue Aug 11 17:02:50 2009 +0200
@@ -181,6 +181,7 @@
 
     def reset_caches(self):
         """method called during test to reset potential source caches"""
+        self._cache = {}
         self._query_cache = TimedCache(2*60)
 
     def init(self):