changeset 8229 | b7bc631816f7 |
parent 8188 | 1867e252e487 |
child 8428 | f1b721ca73cc |
--- a/server/sources/ldapfeed.py Mon Feb 13 12:16:37 2012 +0100 +++ b/server/sources/ldapfeed.py Tue Feb 14 09:49:13 2012 +0100 @@ -28,6 +28,7 @@ class LDAPFeedSource(ldaputils.LDAPSourceMixIn, datafeed.DataFeedSource): """LDAP feed source""" + support_entities = {'CWUser': False} use_cwuri_as_url = True options = datafeed.DataFeedSource.options + ldaputils.LDAPSourceMixIn.options