Codebase list msldap / f7158be
Merge branch 'master' of https://github.com/skelsec/msldap skelsec 3 years ago
1 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
962962 :return: A tuple of (True, None) on success or (False, Exception) on error.
963963 :rtype: (:class:`bool`, :class:`Exception`)
964964 """
965 if controls is None:
966 controls = []
965967 controls_conv = []
966968 for control in controls:
967969 controls_conv.append(Control(control))
11261128 # logger.debug('Polling AD for all user objects')
11271129 # ldap_filter = r'(sAMAccountType=805306368)'
11281130 #
1129 # return self.pagedsearch(ldap_filter, MSADUser_ATTRS)
1131 # return self.pagedsearch(ldap_filter, MSADUser_ATTRS)