This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from __future__ import absolute_import, unicode_literals | |
from codecs import open | |
from collections import namedtuple | |
import logging | |
import os | |
from itertools import product | |
import ldap |