equal
deleted
inserted
replaced
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 support_entities = {'CWUser': False} |
32 use_cwuri_as_url = True |
32 use_cwuri_as_url = False |
33 |
33 |
34 options = datafeed.DataFeedSource.options + ldaputils.LDAPSourceMixIn.options |
34 options = datafeed.DataFeedSource.options + ldaputils.LDAPSourceMixIn.options |
35 |
35 |
36 def update_config(self, source_entity, typedconfig): |
36 def update_config(self, source_entity, typedconfig): |
37 """update configuration from source entity. `typedconfig` is config |
37 """update configuration from source entity. `typedconfig` is config |