sobjects/ldapparser.py
changeset 8919 4cba95ef4738
parent 8918 43fd866e8f8a
child 8920 386049566ceb
--- a/sobjects/ldapparser.py	Wed Apr 24 17:39:10 2013 +0200
+++ b/sobjects/ldapparser.py	Wed Apr 24 17:40:49 2013 +0200
@@ -32,7 +32,7 @@
     __regid__ = 'ldapfeed'
     # attributes that may appears in source user_attrs dict which are not
     # attributes of the cw user
-    non_attribute_keys = set(('email', 'eid'))
+    non_attribute_keys = set(('email', 'eid', 'member', 'modification_date'))
 
     @cachedproperty
     def searchfilterstr(self):