1 """LDAP object field value suggestion and autoupdate mechanism.""" 2 3 -class AutofillException(Exception): 4 pass 5 6 -class ObjectMissingObjectClassException(AutofillException): 7 """ 8 9 The LDAPEntry is missing an objectClass this autofiller needs to 10 operate. 11 12 """ 13 pass 14