dartdap 0.2.0
dartdap: ^0.2.0 copied to clipboard
LDAP v3 client library for Dart
Dartdap Change Log #
- 0.2.0 TBD
- Fixed race condition with multiple open/bind/close operations in parallel.
- 0.1.0 TBD
- Implemented automatic mode for LdapConnection.
- Reformatted using Dart dartfmt for code consistency.
- Refactored exceptions and created LdapResultExceptions for all result codes.
- Restructured libraries and organisation of files under the lib directory.
- Deprecated LDAPConfiguration.
- Moved parameters to bind method for re-binding with different credentials.
- 0.0.9 2016-01-15
- Hierarchical logging support added.
- More bytes received than for one ASN.1 object parsing fixed.
- Extra checks on substring filter pattern added.
- Unit tests refactored and execution requirements documented.