def __init__()

in gen.py [0:0]


    def __init__(self, ldap_url, binddn, bindpw, special, explicit):
        self.client = LDAPClient(ldap_url, binddn, bindpw)
        self.special = special
        self.explicit = explicit