|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
LDAP-FDL Query Mapping |
« View previous topic :: View next topic » |
Author |
Message
|
Ramgathy |
Posted: Fri Mar 19, 2004 1:30 pm Post subject: LDAP-FDL Query Mapping |
|
|
Apprentice
Joined: 31 Oct 2003 Posts: 49
|
Hi,
I have a req that if a user is declared as a coordinator of the FDL role,this cordinator should be able to view all the work items of users under him.
I see Auth_WORKITEMS_OF field in PERSON object of FDL on page 47 of admin guide.I envision that i need to buld a query and get all the users of that role and map that onto the above FDL Filed.
Please correct me if my assumption is wrong.
But the problem is that where should i build my query in LDAPMapping.xml
We have a LDAP Query and LDAp Search for Object Class and not for FDL Attribute mapping.
Can any one throw some light on how to map a queried data onto FDL Attibute in LDAPMapping.xml.
Thanks in Advance..
Regards,
Ram |
|
Back to top |
|
 |
Ramgathy |
Posted: Fri Mar 19, 2004 4:56 pm Post subject: |
|
|
Apprentice
Joined: 31 Oct 2003 Posts: 49
|
Does anyone have any thoughts on this.Any workarounds.
Regards,
Ram |
|
Back to top |
|
 |
Ramgathy |
Posted: Tue Mar 23, 2004 10:44 am Post subject: |
|
|
Apprentice
Joined: 31 Oct 2003 Posts: 49
|
I don't see any solution for this in 3.4 as part of LDAP Bridge.I am not sure if it's really built into 3.4 Bridge.
Does any one hae any thoughts abt it.
Regards,
Ram |
|
Back to top |
|
 |
Ramgathy |
Posted: Wed Mar 24, 2004 9:07 am Post subject: |
|
|
Apprentice
Joined: 31 Oct 2003 Posts: 49
|
I haven't looked at 3.5 which was released yester day..but this is the response i got.I will post furthur ..if som thing works out for me..
Hello VikRam,
this is a requirement which I get quite often in a similar form. To solve this, you need WMQWF V3.5
which was announced yesterday. See http://www.ibm.com/isource/cgi-bin/...nred&on=204-044
The feature which is necessary is called Role-based authorization mapping. The sample on page 66 of
the pdf file and 54 of the hardcopy of the MQWF Admin Guide must be adapted in the following way:
<FDLObjectClass Name="ROLE"> .. <AdditionalFDLObjectClass Name="PERSON"> <PropagateAttributesVia
Name="COORDINATOR"/> <FDLAttribute Name="Auth_WORKITEMS_OF"> <DirectAttributeMapping> <LDAPAttribute
Name="member"/> </DirectAttributeMapping> </FDLAttribute> </AdditionalFDLObjectClass>
</FDLObjectClass>
Andreas Wickenhaeuser, IBM MQWF development |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|