- **summary**: imm: make delimiter of muliple attribute value from immlist 
configurable --> imm: make delimiter of multiple attribute value from immlist 
configurable



---

** [tickets:#3155] imm: make delimiter of multiple attribute value from immlist 
configurable**

**Status:** unassigned
**Milestone:** 5.20.05
**Created:** Mon Feb 17, 2020 07:40 AM UTC by Vu Minh Nguyen
**Last Updated:** Mon Feb 17, 2020 07:40 AM UTC
**Owner:** nobody


This ticket is to make the delimiter from immlist format for multiple attribute 
value by adding an option `-d string, --delimiter=string`. The delimiter value 
can be a character or a string; 

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 'abc' -a macAddress dn=1
macAddress=x1:x2:x3:x4abcx1:x2:x3:x4
~~~



---

Sent from sourceforge.net because [email protected] is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
_______________________________________________
Opensaf-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to