I am using the XDS version of the Skeleton driver to write my own IDM
driver and am having difficulties obtaining the value of Facsimile
Telephone Number for add and modify events within the
SkeletonSubscriptionShim as the attribute is multi-valued.
Is there any code already within the base driver or does this need to be
added? If so, can anyone point me in the right direction
Thanks
Tom
<modify class-name="User" event-id="CDS#20060913144224#1#5"
qualified-src-dn="O=PeopleOU=ExternalCN=AlB" src-dn="CDSPeopleExternalAlB"
src-entry-id="35614" timestamp="1158158875#2">
<association state="associated">18338</association>
<modify-attr attr-name="Facsimile Telephone Number">
<remove-value>
<value timestamp="1158158544#5" type="structured">
<component name="faxNumber">22222</component>
<component name="faxBitCount">0</component>
<component name="faxParameters"/>
</value>
</remove-value>
<add-value>
<value timestamp="1158158875#2" type="structured">
<component name="faxNumber">345</component>
<component name="faxBitCount">0</component>
<component name="faxParameters"/>
</value>
</add-value>
</modify-attr>
</modify>