Finding users from end user menu
HI
I have a requirement where the adminisrator as to log in from end user page, search for users and any modiications made shoul be updated in LDAP and AD.
I used the Find User form and Update User worflow. The form is showing up in the end user page, oce the admin clicks the find usr link. However, when he clicks search on the for, the update user WF is being called and the serach results are not being displayed.
I am unable o figure out how this happens in the admin interface. I am trying to replicate the same in end user interface. Can i use something out of the box for this?
Please help
THanks
[641 byte] By [
sungirla] at [2007-11-27 11:57:30]

# 1
Hi Sun Girl,
You can use the following sample rule to find the users in idm. i hope this is your requirement.
<block>
<set name='searchResultList'>
<list>
<new class='com.waveset.object.AttributeCondition'>
<s>accountId</s>
<ref>atrrb1</ref>
<ref>attrib2</ref>
</new>
</list>
</set>
//you can write code here to retrive the user object based on accountId or any such distinguished attribute.
</block>
'com.waveset.object.AttributeCondition' is used for searching users in idm
if you can specify your exact requirement, likeon which attribute you want to search etc, i can hel you out in code.
Thanks.
Warm Regards,
G