- Fix get entries with multivalued RDNs
- Update ldap3 to version 1.3.1
- Update ldap3 to version 1.2.2
- Dropped support for Python 3.3
- Use components_in_and flag in Reader object
- Update ldap3 to version 1.0.4
- Update ldap3 to version 1.0.3
- Update ldap3 to version 1.0.2
- Add read-only option
- Update ldap3 to version 1.0.1
- Use connections saved on flask.g.ldap_conn
- Return manager class in queries instead of fix LDAPEntry class
- Update six 1.9.0 -> 1.10.0
- Update ldap3 to version 0.9.9.1
- Update ldap3 to version 0.9.8.8
- Update ldap3 to version 0.9.8.6
- Fix TLS settings
- Update ldap3 to v0.9.8.4
- Refactored the LDAPModel class
- LDAPModel is now LDAPEntry
- Add write operation save (add, modify) and delete
- LDAPEntry now use a query class to simplify ldap query
- LDAPModel classes can now be instantiated with arguments.
- Fixed installer problem. Handle flask-ldapconn as package.
- Refactored the LDAPModel class
- Refactored the LDAPModel class
- Add authentication method
- Deprecate mapped connection methods
- Update Flask to 0.10.1 and ldap3 to 0.9.7.10
- v0.3.4: Add configuration option for SSL (Bartosz Marcinkowski)
- v0.3.4: Add support for Python 3 (Bartosz Marcinkowski)
- v0.3.4: Update python-ldap3 to v0.9.7.5
- v0.3.3: Allow anonymous auth
- v0.3.2: BUGFIX: Allow unsecure connections
- v0.3.1: Return entries instead of Reader object in models
- Add simple read-only class model
- Switch to python-ldap3
- Conception
- Initial Commit of Package to GitHub