Skip to content

Releases: idsecurity/LDIFTransform

LDIFTransform v1.5

04 Jan 01:04
Compare
Choose a tag to compare

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

26 May 20:50
Compare
Choose a tag to compare

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

19 Jun 22:45
Compare
Choose a tag to compare
  • Add new property to the properties file: delete-attribute-starts-with
    Comma separated list of attribute name substring. For example delete-attribute-starts-with=msExch will cause a delete of all attributes whose name start with msExch

LDIFTransform v1.2

14 May 22:59
Compare
Choose a tag to compare

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

03 Sep 20:16
Compare
Choose a tag to compare

Added support for producing LDIF files with changetype: modify
See the README.html

LDIFTransform v1.0

03 Sep 20:10
Compare
Choose a tag to compare

Initial release