Skip to content

Releases: imperva/domain-directory-controller

New Features

21 Jun 13:07

Choose a tag to compare

Support Server Side Sorting
Search for all fields by using wildcard
Support START WITH and END WITH

New Features

09 Dec 08:27

Choose a tag to compare

  • Allow userAccountName to be UserName@FullDomain
  • Enable adding and changing fields with Strings (in addition to FieldType)

Enable remove fields by value

12 Oct 17:48

Choose a tag to compare

In cases where we need to remove a field that can appear multiple times in an object like 'member' field, we need a way to remove one of the fields with a specific value.
This feature is now exposed via the ChangeRequest API

Minor: Enable free text as fields of search

09 Oct 18:07

Choose a tag to compare

Now it is possible to use a free String as a field parameter.

Sentence sentence = queryAssembler.addPhrase("someotherField", PhraseOperator.EQUAL, "foo")
.closeSentence(SentenceOperator.AND);

Bug Fixes

11 Apr 14:47

Choose a tag to compare

  • Fix bugs in isEnabled function in ddc-service
  • Expose the fixed version of isEnabled publicly
  • Fix bugs in Authenticate function ddc-service
  • Remove support of SASL Authentication modes. Now we support Simple Authentication mode

Fix poms' version to 7.3.2.0.0.0

11 Apr 10:50

Choose a tag to compare

v7.3.2.0.0.0

Fix version to 7.3.2.0.0.0 to fix sonotype build issues

Minor fix

04 Apr 12:53

Choose a tag to compare

Explicitly query and retrieve distinguished name in resolveDistinguishedName method

Add "Add" & "Remove" objects capabilities

29 Nov 13:20

Choose a tag to compare

Till now DDC supported operations on objects' fields, now we added "Add" & "Remove" Active Directory objects capabilities.

Bugs Fix

28 Oct 14:43

Choose a tag to compare

  • Add new USER_ACCOUNT_CONTROL_FILTER type designed for filtering based on useraccountcontrol field
  • Fix ConnectionResult.isError()
  • Fix kit

Fix groupid

22 Sep 22:03

Choose a tag to compare

Change group id to com.imperva