Releases: idsecurity/LDIFTransform
Releases · idsecurity/LDIFTransform
LDIFTransform v1.5
v1.5 (2018-01-01)
-
The Nashorn ECMAScript engine is now loaded with "--language=es6" so that you
can use ES6 features supported by Nashorn such as const and let. -
Prints timining statistics on how long each operation took.
LDIFTransform v1.4
v1.4 (2017-05-26)
-
Updated help information
-
Add support for reformatting DN attributes used by the NetIQ eDirectory ACL attribute
-
Updated libraries to latest versions
LDIFTransform v1.3
- Add new property to the properties file: delete-attribute-starts-with
Comma separated list of attribute name substring. For exampledelete-attribute-starts-with=msExch
will cause a delete of all attributes whose name start withmsExch
LDIFTransform v1.2
v1.2 (2016-05-11)
- Add version header to the output LDIF file.
- Add better logging of input parameters.
- Add support for skipping entries, i.e. not writing some entries that are in the input LDIF to the output LDIF by setting the entry DN to
ignore
.
LDIFTransform v1.1
Added support for producing LDIF files with changetype: modify
See the README.html
LDIFTransform v1.0
Initial release