Enhancement ticket [#191] introduces support for tunneling long DNs through
the existing SaNameT type. This allows existing APIs to be enhanced to support
handling of long DNs. This enhancement ticket tracks the introduction of such
support for long DNs in the existing IMM APIs.
By default, support for long DNs will be disabled in the old SaNameT based APIs.
Support for long DNs is enabled per IMMA client by setting the environment
variable SA_ENABLE_EXTENDED_NAMES to the value 1, see README.00.conf.
Enhancement ticket [#643] is related to this. It introduces a new IMM API
where all use of SaNameT has been removed and replaced with SaStringT or
SaConstStringT. That API will be available only to clients initializing with
IMM API version A.2.14.
The new SaStringT based API will by default allow long DNs. To disallow
long DNs while using the new IMM API will be possible by setting the
environment variable SA_ENABLE_EXTENDED_NAMES to the value 0.
Tickets: #1219
Tickets: #191
Tickets: #643
Tickets: #886
Wiki: NEWS-4.5.0
http://sourceforge.net/p/opensaf/mailman/opensaf-devel/thread/patchbomb.1405348841%40elx00642cl-3t.rnd.ki.sw.ericsson.se/#msg32604030
default(4.5):
changeset: 5483:dc3fbdbd96d5
user: Zoran Milinkovic zoran.milinkovic@ericsson.com
date: Fri Jul 25 13:56:15 2014 +0200
summary: imm: add support for long DN to IMM service [#886]
changeset: 5484:e2b0532473da
user: Zoran Milinkovic zoran.milinkovic@ericsson.com
date: Fri Jul 25 13:57:15 2014 +0200
summary: imm: add support for long DN to IMM library [#886]
changeset: 5485:243d58ea9d48
user: Zoran Milinkovic zoran.milinkovic@ericsson.com
date: Fri Jul 25 13:58:09 2014 +0200
summary: immtools: add support for long DN to IMM tools [#886]
changeset: 5486:9a46e323a13f
tag: tip
user: Zoran Milinkovic zoran.milinkovic@ericsson.com
date: Fri Jul 25 13:59:52 2014 +0200
summary: immtest: add test cases for long DN [#886]
Related
Tickets:
#886