def __init__()

in src/asfquart/ldap.py [0:0]


    def __init__(self, username: str, password: str):
        self.userid = username
        self.dn = DEFAULT_LDAP_BASE % username
        self.client = asfpy.aioldap.LDAPClient(DEFAULT_LDAP_URI, self.dn, password)