LDAP – lightweight directory access)¶
lsf – LDAP session factory¶
Module lsf defines LdapSessionFactory class which is
central point for your LDAP database access.
Analogy to summer.sf.
ldapdao – LDAP data access object support¶
Provides LDAP DAO support. Analogy to summer.dao module.
Base LdapDao provides access to important properties:
LdapDao.connection()property referencingldap3.ConnectionLdapDao.base()property referencingsummer.lsf.LdapSessionFactory.basedn value (useful for creating LDAP queries)