Exemplo n.º 1
0
    def _get_objectclass_filter(self):
        """An internal function to help find tombstones. They require special
        additions to filters, and this is part of the DSLdapObjects framework
        that we can emit these for inclusion in our searches.

        Internal Only.
        """
        return _gen_and(
            _gen_filter(_term_gen('objectclass'), self._objectclasses, extra='(!(nsUniqueId=ffffffff-ffffffff-ffffffff-ffffffff))')
        )
Exemplo n.º 2
0
 def _get_objectclass_filter(self):
     return _gen_or(
         _gen_filter(_term_gen('objectclass'), self._objectclasses))
Exemplo n.º 3
0
 def _get_objectclass_filter(self):
     return _gen_filter(['objectclass'], ['glue'])