Releases: imperva/domain-directory-controller
Releases · imperva/domain-directory-controller
New Features
Support Server Side Sorting
Search for all fields by using wildcard
Support START WITH and END WITH
New Features
- Allow userAccountName to be UserName@FullDomain
- Enable adding and changing fields with Strings (in addition to FieldType)
Enable remove fields by value
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
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
- 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
v7.3.2.0.0.0 Fix version to 7.3.2.0.0.0 to fix sonotype build issues
Minor fix
Explicitly query and retrieve distinguished name in resolveDistinguishedName method
Add "Add" & "Remove" objects capabilities
Till now DDC supported operations on objects' fields, now we added "Add" & "Remove" Active Directory objects capabilities.
Bugs Fix
- Add new USER_ACCOUNT_CONTROL_FILTER type designed for filtering based on useraccountcontrol field
- Fix ConnectionResult.isError()
- Fix kit
Fix groupid
Change group id to com.imperva