server/sources/ldapfeed.py
changeset 8430 5bee87a14bb1
parent 8428 f1b721ca73cc
child 8589 ee9ecfccc3e8
equal deleted inserted replaced
8429:cad2d8e03b33 8430:5bee87a14bb1
    41         ldaputils.LDAPSourceMixIn.update_config(self, source_entity, typedconfig)
    41         ldaputils.LDAPSourceMixIn.update_config(self, source_entity, typedconfig)
    42 
    42 
    43     def _entity_update(self, source_entity):
    43     def _entity_update(self, source_entity):
    44         datafeed.DataFeedSource._entity_update(self, source_entity)
    44         datafeed.DataFeedSource._entity_update(self, source_entity)
    45         ldaputils.LDAPSourceMixIn._entity_update(self, source_entity)
    45         ldaputils.LDAPSourceMixIn._entity_update(self, source_entity)
    46