dartdap 0.4.5 copy "dartdap: ^0.4.5" to clipboard
dartdap: ^0.4.5 copied to clipboard

outdated

LDAP v3 client library for Dart. Supports basic LDAP operations, add, delete, search, modify against any LDAP v3 compliant server.

Dartdap Change Log #

0.4.4 #

  • Added a SimplePagedResult Control and a sample
  • Extensive update to remove use of the "new" keyword

0.4.3 #

Fix #28

0.4.2 #

  • Fix missing dependency. Address some analyser warnings.

0.4.0-beta #

  • New Feature: LDAP query parser. implements https://tools.ietf.org/html/rfc2254 See ldap.query
  • Breaking change: The Filter.substring() constructor now specifies the attribute and patterns separately.
  • Rorganized to use library imports and move away form using part of.

0.3.5 #

  • Fix #22

0.3.4 #

  • Fixes for #21

0.3.3 #

0.3.2 #

  • Bug fix for ASN1 lib. dartfmt

0.3.0 #

  • tests compile * but still need major refactoring. Getting this published so folks can use it again.

0.3.0-beta #

  • prepare for Dart 2.0. All tests except for search_test are broken, but the code works for Dart 2.0.

0.2.2 2017-09-15 #

  • Allow SecurityContext to be passed to LdapConnection and setProtocol to enable client certificates or custom CA roots to be added.

0.2.1 2016-09-26 #

  • Fixed bug when port number is null.

0.2.0 2016-09-22 #

  • Fixed race condition with multiple open/bind/close operations in parallel.
  • Implemented automatic mode for LdapConnection.
  • Deprecated LDAPConfiguration.
  • Moved parameters to bind method for re-binding with different credentials.

0.1.0 2016-07-21 #

  • Refactored exceptions and created LdapResultExceptions for all result codes.
  • Reformatted using Dart dartfmt for code consistency.
  • Restructured libraries and organisation of files under the lib directory.

0.0.12 2016-07-22 #

  • Fixed bug when parsing large response messages.

0.0.9 2016-01-19 #

  • 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.
13
likes
0
pub points
83%
popularity

Publisher

unverified uploader

LDAP v3 client library for Dart. Supports basic LDAP operations, add, delete, search, modify against any LDAP v3 compliant server.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

asn1lib, collection, logging, petitparser, quiver_hashcode

More

Packages that depend on dartdap