Creating Organizations in AD Dynamically
Hi ..... 1 and all
am working on Sun Java Identity Manager6.0..
am unable to create the organizations in AD dynamically
when i tried manually then every thing is fine but i want to
Organization will be create dynamically .......
Please any body know help me .....
thank you in advance
# 1
Hi,
what i might do if i had that task asigned:
1) Backup the "Create Resource Organizational Unit" TaskDefinition. (i asume it is ou's your want to create not o's).
2) Modify the start activity to have an
<Action>
<block trace='true'>
<ref>objectType</ref>
<invoke name='toXml'>
<ref>organizational unit</ref>
</invoke>
</block>
</Action>
3) Manually create an ou from the IDM gui.
4) check the logs of my appserver vor how the data that the workflow wants looks like.
5) restore the ootb "Create Resource Organizational Unit"
5) create datastructure like the one i found in the logs in the workflow that i want to autocreate ou's.
6) checking that data in as a ResourceObjectCreate view.
Might work.
Regards,
Patrick
# 2
Hi......
thank u for reply .....
ur given code for creating ou's in IDM was help me lot ...
now, am able to create the ou's in IDM dynamically...Once again thank you....
Now am trying same in AD (Active Directory),am not able get starting how to proceed....
ur given code was tried but am not got any idea....
Please help me........