equal
deleted
inserted
replaced
26 |
26 |
27 |
27 |
28 class LDAPFeedSource(ldaputils.LDAPSourceMixIn, |
28 class LDAPFeedSource(ldaputils.LDAPSourceMixIn, |
29 datafeed.DataFeedSource): |
29 datafeed.DataFeedSource): |
30 """LDAP feed source""" |
30 """LDAP feed source""" |
|
31 support_entities = {'CWUser': False} |
31 use_cwuri_as_url = True |
32 use_cwuri_as_url = True |
32 |
33 |
33 options = datafeed.DataFeedSource.options + ldaputils.LDAPSourceMixIn.options |
34 options = datafeed.DataFeedSource.options + ldaputils.LDAPSourceMixIn.options |
34 |
35 |
35 def update_config(self, source_entity, typedconfig): |
36 def update_config(self, source_entity, typedconfig): |