This ticket is to make the delimiter from immlist format for multiple attribute value by adding an option -d char, --delimiter=char. The delimiter value must be a single character.
e.g: here is the legacy output
$ immlist dn=1
macAddress SA_STRING_T x1:x2:x3:x4 x1:x2:x3:x4
$ immlist -a macAddress dn=1
macAddress=x1:x2:x3:x4:x1:x2:x3:x4
e.g: here is the output with the new option
$ immlist -d '|' dn=1
macAddress SA_STRING_T x1:x2:x3:x4|x1:x2:x3:x4
$ immlist -d '|' -a macAddress dn=1
macAddress=x1:x2:x3:x4|x1:x2:x3:x4
Diff:
commit c906b0c97cf085d6f5ada8ad652ecd2fabe3afa3 (HEAD -> develop, origin/develop)
Author: phuc.h.chau phuc.h.chau@dektech.com.au
Date: Fri Feb 28 11:34:31 2020 +0700