Source code for ldaptor.protocols.ldap.autofill

"""LDAP object field value suggestion and autoupdate mechanism."""


[docs]class AutofillException(Exception): pass
[docs]class ObjectMissingObjectClassException(AutofillException): """ The LDAPEntry is missing an objectClass this autofiller needs to operate. """