eDir2eDir: Structured Attribute Problem
So, I'm trying to simplify our helpdesk's lives by creating a boolean attribute to quickly populate all the Radius attributes in our Production Tree (Meta to Production).
I'm having a problem with the Radius Service List attribute. It's a structured attribute and I do not have that much experience with them. Here's what it looks like when I send a fully populated Radius Service List attribute through our driver:
<modify-attr attr-name="RADIUS:Service List">
<remove-value>
<value timestamp="1163728374#97" type="structured">
<component name="nameSpace">1107533982</component>
<component name="volume">\TEST\TEST\RADIUS\PPP</component>
<component name="path">PPP</component>
</value>
The Volume and Path is easily replicated..but I don't understand the namespace part as it changes from user to user.
So my question is what is the nameSpace and how can I populate it through IdM.
|