URGENT: OVD adapter

Hi All,
I have below requirement:
Our OID 11g has entry cn=SeedRoleGroups,cn=Groups,dc=oracle,dc=com. There is one entry under this called cn=SeedRoleGroup9,cn=SeedRoleGroups,cn=Groups,dc=oracle,dc=com. This entry has cn=RoleGroupD,cn=Roles,cn=DomainA,cn=Domains,dc=oracle,dc=com as uniquemember.
In the RoleGroupD entry cn=RoleGroupD,cn=Roles,cn=DomainA,cn=Domains,dc=oracle,dc=com it has unique member uid=admin, cn=users, dc=oracle,dc=com which is a user.
Now I want to have the entries in OVD 11g as shown below:
cn=AggregatedGroups will contain the SeedRoleGroup entries, but will also show the users as uniquemembers.
i.e.
cn=AggregatedGroups
cn=SeedRoleGroup1
cn=SeedRoleGroup2
cn=SeedRoleGroup9
uniquemember=cn=RoleGroupD,cn=Roles,cn=DomainA,cn=Domains,dc=oracle,dc=com
uniquemember=uid=admin, cn=users, dc=oracle,dc=com
Can someone throw light how to achieve this? I have tried with join adapter and it is showing only entries of cn=SeedRoleGroup9,cn=SeedRoleGroups,cn=Groups,dc=oracle,dc=com which has uniquemember as cn=RoleGroupD,cn=Roles,cn=DomainA,cn=Domains,dc=oracle,dc=com but I also want user uid=admin, cn=users, dc=oracle,dc=com as uniquemember in the same cn=SeedRoleGroup9....
Can this be achieved using Join adapter? If so please help with Join Rules.
Edited by: 903004 on 07-Mar-2012 04:23

Can someone help, please? This is urgent.

Similar Messages

  • OVD adapter in distributed mode fails to connect to secondary AD

    We have 2 AD domain controllers configured on the OVD adapter in distributed (load-balancing mode). The secondary LDAP server fails on a user bind request but the primary is fine. If we remove the primary we get very few, if any, connections. Any known issues with 10g and AD in fail over mode?
    Thanks

    Hi everyone, I got it finally after some more headbashing! It turns out I can't run networkmanager along with wpa_supplicant at the same time. I don't understand why though.
    Before I happened to install networkmanager along with network-manager-applet via pacman.
    # pacman -S network-manager-applet
    # pacman -S networkmanager
    # systemctl enable NetworkManager
    # systemctl start NetworkManager
    So I just stopped it
    # systemctl disable NetworkManager
    # systemctl stop NetworkManager
    and then uninstalled it
    # pacman -R networkmanager
    # pacman -R network-manager-applet
    Then wpa_supplicant works! Thanks.

  • URGENT: OVD 11g SQL Adapter?

    Hi all,
    I have a requirement to have OVD 11g talk to MY SQL backend. Is there a connector/adapter available out of the box for OVD 11g? If so, can you please give the links to documentation? If it is not available, can someone throw light on building a custom connector/adapter for OVD11g? This is very urgent.
    Thanks,
    Mahendra.

    I think there is a template for MySQL 5.x adapter in OVD 11g. Not 100% sure though. Even if there is not, you can use the "custom" database adapter template, which will work. Here is the link which describes the adapters in OVD: http://www.art2dec.com/documentation/docs/fmw11g1114documentation/oid.1111/e10046/basic_adapters.htm#CHDFCEAE
    Read the section on "custom url" for database adapters and you would be good. You will have to place the required sql jar files in the OVD lib path as well.
    Hope this helps. Let us know.
    PS: Do not write "urgent" in public posts for people who are volunteering to help for free. :-)

  • OVD Adapter and ldif file

    Hello,
    When you create an OVD database adapter, does OVD automatically create an ldif file the first time you connect using the client view?
    Thank you.

    Hi,
    Try to increase your server parameters as below and try ....then you would be able to process large data
    u2022     UME Parameters :  May be we need to look into the pool size and poolmax wait parameters - UME recommended parameters (like: poolmaxsize=50, poolmaxwait=60000)
    u2022     Tuning Parameters:  May be we need to look/define the Message Size Limit u201Clike: EO_MSG_SIZE_LIMIT = 0000100u201D under tuning category
    u2022     ICM Parameters: May be we need to consider ICM parameters (ex: icm/conn_timeout = 900000. icm/HTTP/max_request_size_KB = 2097152)
    Regards,
    Naveen

  • Oracle OVD: adapter configuration - restrict bind by memberOf

    Hi, thanks for reading!
    I'm getting started with an Identity Management project whose first phase will involve OVD. One of the project's identity sources is ActiveDirectory. I've experimented with creating an adapter in OVD which connects to an AD source and uses the changeUserRDN plugin to convert an input of a sAMAccountName to the CN. I can authenticate to MSAD through this adapter with an ldap client - great stuff.
    I'd like to refine this a bit so a bind is only possible if an authenticating user is a memberof a certain group. Here's a little more detail - when I search the MSAD using an ldapsearch like:
    [me@localhost ~]# ldapsearch -x -h adhost -p -389 -b "OU=Domain Users,DC=TEST_DC" -D "CN=privuser\,,OU=Domain Users,DC=TEST_DC" -w [password] "memberOf=CN=Rec Center,CN=Users,DC=TEST_DC"ldapsearch will return entries from members of the Rec Center group (memberOf: CN=Rec Center,CN=Users,DC=TEST_DC). What I'd like is to send a bind request to OVD at a Base DN that this adapter recognizes and have binds succeed only for users who are a member of the Rec Center group.
    Is there an adapter mapping, plugin, filter, or other configuration that I should use to make that bind operation happen only for members of a specific group?
    Thanks!

    Hey friend,
    You are absolutely right. The issue is with DNS.
    Without specifying DNS in the entry, it is able to validate the Active Directory.
    Now, how can i resolve DNS issue in my system. Can you help me to sort out in solving this issue.
    Thanks in Advance,
    Sandy D

  • OVD Adapter Configuration

    We have created two different OU using LDAP adapters for two separate AD’s and configured under one Tree Top adapter in OVD. In user profile we have a user attribute email which is common in both the OU’s. As a requirement, we want to populate the user attribute from one OU to a custom OVD attribute in another OU based upon the common attribute email

    Hey,
    Did you try Shadow Joiner? The Shadow Joiner works by encoding all primary adapter DN's into a hash that can be used to locate the joined entry in the joined adapter without needing to perform a search. When the Shadow Joiner fails to locate a corresponding record in the Join View adapter, it automatically creates a new one, storing designated attributes in the joined adapter. As much as possible, the Shadow Joiner operates transparently to the application, taking care of creating and renaming entries in sync with that of the primary adapter.
    I hope this helps.
    Thiago Leoncio Guimaraes

  • URGENT: OVD user authentication

    Hi All,
    I'm using OVD 11.1.1.7. We are using AD adapter for users/groups. Let's assume the user DN in AD is cn=user1, ou=user accounts,dc=adtest,dc=org. Let's assume the same user DN for OVD is cn=user1,cn=users,dc=ovd,dc=com.
    Earlier, the custom application was authenticating to AD directly using LDAP API and the plan is to authenticate against OVD now. Now the question is whether we can provide same OLD user DN even after OVD implementation for authentication purposes? I've tested this and it is not working. I'm wondering if there are any LDAP settings that would help to accomplish this.
    Thanks
    Mahendra.

    I'm having problem with authenticating users against database table. I followed all the necessary steps, these steps are:
    The authentication function is:
    function ud_web_auth(p_username varchar2,
    p_password varchar2)
    return boolean
    is
    l_rtn char(1);
    begin
    SELECT '1' INTO l_rtn
    FROM users
    WHERE username = p_username
    AND password = p_password;
    return true;
    EXCEPTION
    WHEN NO_DATA_FOUND Then
    return false;
    end;
    Authentication function:
    return udonline.ud_web_auth;
    Cookie Name:
    UD_APEX
    Logout URL:
    wwv_flow_custom_auth_std.logout?p_this_flow=&APP_ID.&p_next_flow_page_sess=&APP_ID.:1:&SESSION.
    I dont know what went wrong, the function is successfully executed from SQLPlus but not from the APEX.
    Please help me ASAP.

  • OVD Adapter Question using template "OAM/ADAM Adapter with Mapper"

    I am creating adapter to ADAM using template "OAM/ADAM Adapter with Mapper" in OVD 11.1.1.7.0 using ODSM.
    obpasswordhistory, obpasswordexpirydate, obLoginTrycount and obLockouttime fields are not displayed in OVD. They are present in ADAM instance.
    Any thoughts on how to add these missing fields in OVD?

    You would need to extend OVD schema as well. You can refer to production documentation
    http://docs.oracle.com/cd/E27559_01/admin.1112/e27239/shared.htm#CFFEJEEE

  • URGENT: File Adapter List Files operation Issue

    Hi All,
    we are using List files operation in one of the SOA composite which lists all files available in the directory. what we observed files are not listing as for the timestamps.
    is there any property to list all files ascending or descending based on time stamp?. we tried with ListSorter property which is suggested by Oracle,but it works for only INBOUND operations. [http://docs.oracle.com/cd/E23943_01/integration.1111/e10231/adptr_file.htm#BABBIJCJ]
    Any suggestions will be greatly appreciated.

    Hi,
    You can try 2 options:
    1. You would need to capture/collect all the file names, you might have to use BPM and create a separate interface.
    2. You can also pick up those files from the archive directory using FTP and push them using mail adapter.
    Regards,
    Pavan

  • Urgent ---- SOAP Adapter

    Hai,
    The scenario that we are working now is <b>IDOC-XI-SOAP</b>.
    We are having problem at SOAP Adapter.
    SOAP Adapter Receiver configurations:
    TargetUrl : .net webservice
    proxy settings : done
    soap action : given
    In the audit log error code is : General Error
    giving error that : soap call failed
    any inputs would be highly appreciated.
    Thanks
    Sri Krishna Charan

    Hai All,
    <b>
    How can i check whether my .net webservice is accessible or not in xi server....
    bcause xi server is runnig on remote host</b>
    Audit log information in message monitor is:
    Success The message was successfully received by the messaging system. Profile: XI URL: http://iccxi.sap.com:58000/MessagingSystem/receive/AFW/XI
    Success Using connection AFW. Trying to put the message into the receive queue.
    Success Message successfully put into the queue.
    Success The message was successfully retrieved from the receive queue.
    Success The message status set to DLNG.
    Success Delivering to channel: TEST_VONDELSOAP_DEMO
    Success SOAP: request message entering the adapter
    Success SOAP: call failed
    Success SOAP: sending a delivery error ack ...
    Success SOAP: sent a delivery error ack

  • Urgent - JMS adapter

    Hi,
    How do we set-up transport level security (using encryption) when the message is sent from XI to MQ Series using receiver JMS adapter?
    Thanks,
    Vatsala.

    check these docs
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a05b2347-01e7-2910-ceac-c45577e574e0
    http://help.sap.com/saphelp_nw04s/helpdata/en/c1/739c4186c2a409e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/90/57849e5e3e45d784afc4e3bfa8136f/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/604e2b64-e689-2910-64b3-ffd650f83756
    regards
    krishna

  • Urgent - XI adapter Development

    I am preparing to lay my hands on the XI adapter development.
    Could somebody provide some docs or link in this reg,
    reg,

    Naveen,
    I hope the below docs will help you in creating your own adapter.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7bf6e190-0201-0010-83b7-cc557eb76abe
    https://websmp201.sap-ag.de/~sapdownload/011000358700003237612005E/HowToCreateAdapterModules.pdf
    Adapter Development
    Adapter Development
    Adapter Development || sample Adapter
    Best Regards,
    raj.

  • URGENT: JMS Adapter With BPEL: Reply Only Scenario

    Gurus,
    I have the following scenario to be implemented:
    1) BPEL Process A invokes an Async web-service (on some other SOA)
    2) Process A then does some processing.
    3) Then, process A waits for a reply message. The reply is sent in a JMS queue by the async Webservice.
    4) I have an intermediate receive activity within the same BPEL process A that connects to the JMS Adapter. JMS Adapter is set up to consume messages from the queue.
    I see messages pending in the queue but my receive doesn't continue.
    Thanks-
    Ashish

    Hello,
    There are interoperability issues between the Mid-tier and the RDBMS at present because the the mid-tier is using older version of the AQ jar files. At present the mid-tier is based on 10.1.0.5 and the backend will be whatever the backend is. Your issue sounds like a NLS issue given that bytes are fine but text is not. The characterset of the database will probably be important in this situation. So you check if the issue reproduces with different charactersets if possible. What characterset are you using and what is the Payload that the queue table is built on?
    I would also suggest you try and build a standalone java application which reproduces the problem. You could most likely achieve this by creating a 10.1.0.5 RDBMS home and using the jar files from that install and then run it against your database to see if it reproduces the issue.
    Anything that you can do to break down the problem will help Oracle Support identify what the issue is.
    Thanks
    Peter

  • OVD\OID Adapter - Not working with SSL

    Hello,
    We have:
    OVD 11.1.1.5
    OID 10.4.3
    We've successfully setup an OVD adapter using non-ssl\389 to OID. However, when attempting to configure the adapter to use ssl\636, we get the following error when trying to use the adapter to browse OID from within ODSM:
    LDAPException: MalformedRequest (2) Protocol Error
    LDAPException: Server Message: Protocol Error
    We've configured the keystore and imported in the key chain from the OID server. We've tried changing the adapter to use No Auth or Server Only\ Mutual Auth, neither makes a difference. We can LDAP bind on 636 so I don't think our firewall is a problem.
    Nothing of substance (to me anyway) is logged in wls_ods1.log or diagnostic.log.
    Any ideas or suggestions would be greatly appreciated.
    Thanks,
    Ariel

    Hi,
    have you followed the steps described in the Oracle® Fusion Middleware Administrator’s Guide for Oracle Virtual Directory 11g Release 1 (11.1.1) E10046-06
    If you haven't just go to the chapter 12.1.2.
    I face a problem with AD adapter
    can you please describe the steps to configure AD adapter to use SSL?
    I have followed the steps described in Administration Guide
    1) Create ldap adapter for Active Directory named "User Adapter AD"
    2) In LDAP server details use port 389
    3) Create changeLog adapter for Active Directory named "ChangeLog Adapter AD"
    4) In LDAP server details use port 389
    5)Import Acitve Directory certificate to OVD keystore: adapters.jks
    6) Change both ldap server details to use ssl, port 636 ,SSL Authentication Mode: No authentication
    When i click to verify host the message is "SSL communication previously confirmed" and the status is Warning: Trusted Certificates
    Thanx,
    Vassiliki

  • OVD join adapter to consolidate users

    I need to join two directories and consolidate the users in one OVD adapter.
    According to the doc, I should use oneToMany adapter condition? if so, what is the condition I should use to get users from AD and OID to one OVD adapter?

    If the two sets of users are completely different than i would say you don't need a join adapter. Join adapters will add unnecessary performance overhead to your searches. Here's what you can do
    Create an adapter for OID say ou=oid,o=root
    Create an adapter for AD say ou=ad,o=root
    then create a local adapter say o=root
    you will have all your users under o=root
    Hope this helps,
    Sagar

Maybe you are looking for

  • Cisco UC560 Not Clearing Static Routes When VPN Connections Drop

    We have a Cisco UC560 (UC560-FXO-K9) running "Cisco IOS Software, UC500 Software (UC500-ADVIPSERVICESK9-M), Version 15.1(2)T2, RELEASE SOFTWARE (fc1)"  The issue is when we have end users connecting with the Cisco VPN Client to this device sometimes

  • Can't add make an in-page anchor in the wiki?

    I am trying to use in-page anchors on the wiki. I can create the link to the target (by creating a link to "#foo") via the toolbar -- great. Unfortunately I can't add 'id="foo"' to an element. I can edit the html directly using the toolbar, but after

  • Error Stact DTP data deletion issue

    Hi, How to delete Error stack DTP data? Please give me your inputs Thanks, Jayapal.

  • O5F5 in IS Oil

    Hi, I had created a new routine in O5F5 and activated it through RV80HGEN.When I had tried to acitivate it through EDIT>>ACITIVATE (in th menu bar of 05F5) it poped up the TR. Which is the right way to activate ? Either way my routine got activated i

  • Checking Paragraph & Character tags

    Hi all, We have a template which contains around 25 paratags and 50 character, we are importing the wordfile from client into the indesign template, the problem over here is client is not allowed to add any unwanted tags into the template. After pagi