ActiveADAPTER search for users in a AD group returns no users

Hi!
I try to query AD using the ActiveADAPTER Solicit-Response adapter, but I just get an empty message as response. The request I use is like this:
<ActiveDirectoryQuery xmlns=""><Directives WhereToBind="LDAP://CN=ADgroupName,OU=Standard,OU=Managed Groups,DC=felles,DC=firma,DC=no" Filter="(objectCategory=user)" SearchScope="base" PropertiesToReturn="cn"
/></ActiveDirectoryQuery>
Is the query correct? Or is it something else? I have another query which returns a set of groups, and this works fine.
Thanks
Idar H.

Active Adapter is a third party adapter so i would suggest to take suggestion from the Vendor.
Sample could be like this
<ActiveDirectoryUpdate>
<Directives WhereToBind="LDAP://CN=Users,DC=test,DC=com" SearchScope="subtree" ObjectTypeFilter="(objectClass=*)" MaxObjects="1" />
<Target PropertyName="distinguishedName" EqualToValue="CN=Users,DC=test,DC=com" />
<Change PropertyName="CN=Jane Active" ChangeToValue="user" ChangeType="createobject" />
</ActiveDirectoryUpdate>
I would request to check if any valid data also exist with your input .
Thanks
Abhishek

Similar Messages

  • Search for users in a particular LDAP through Web Dynpro code...

    Hi Experts,
    Let me try explaining my problem. In my project we are using two ADAM LDAPs. One for storing internal users and the other for storing external users. I have configured the portal to connect to both the LDAPs. I am able to search for the users created in both the LDAPs through portal Indentity Management.
    I am trying to search for the users in a specific LDAP through Web Dynpro coding... I am not lucky enough to get it done. Let me explain you what I did.
    I created a custom attribute for UME through config tool. Gave a physical mapping for the custom attribute in dataSourceConfig_xxx.xml to the LDAP attribute distinguishedName which returns the distinguished Name for the user in ADAM LDAP.
    For Example: Custom attribute in UME is ldapuser which is mapped to distinguishedName attribute in ADAM LDAP in dataSourceConfig_xxx.xml.
    When I do a search for the users in a particular LDAP, I am trying to put a filter to the newly created ldapuser attribute to distinguish between the two LDAPs.
    The search will result if I pass the value as '*'. If I try to specify the user path for the LDAP in this attribute it doesnt result any data.
    For example:
    userSearchFilter.setSearchAttribute(
         "com.sap.com.cust.admn",
          "ldapuser",
         "OU=16482515,OU=Members",
         ISearchAttribute.LIKE_OPERATOR,
         false);
    The above code will not return the data, whereas
    userSearchFilter.setSearchAttribute(
         "com.sap.com.cust.admn",
          "ldapuser",
         ISearchAttribute.LIKE_OPERATOR,
         false);
    Will result with user list from both the LDAPs.
    If anyone tried searching for users in a particular LDAP through code, please help me with this issue.
    Thank you in advance.
    Regards,
    Rekha Malavathu

    I just figured it out. Under "group-policy GroupPolicy_COMPANY_SSL_VPN attributes", I had to add "vpn-simultaneous-logins 15". Apparently, it was using the value "vpn-simultaneous-logins 0" under the NOACCESS group policy.

  • "Search for User" display no user

    Hi,
    I'm testing the Early access release of the SVDI.
    I discovered a problem connecting to our OpenLDAP-Directory. The directory is configured with correct values for host, port, Base DN, User DN and password. The setup wizard finished without errors. But the search function on the "Users -> Users and Groups" tab returns no users.
    This might be an issue with the structure of our openldap-tree, so I digg a little deeper. :-)
    Our ldap tree looks like this:
    / ou=department,o=organization,c=de
    |--- ou=Users
    |--- ou=Groups
    |--- ou=Computers
    When I look at the logfiles of openldap, I recognize a ldap query with
    'filter=&(&(|(?objectClass=user)(objectClass=person)(objectClass=inetOrgPerson)(objectClass=organizationalPerson))(!(?objectClass=computer)))(|(cn=*demo*)(uid=*demo*)(mail=*demo*)))'
    This query doesn't return any entries.
    While playing around with ldapserach I removed the '(!(?objectClass=computer))' part and the query works.
    Removing this part from /etc/cacao/instances/default/modules/com.sun.vda.Service_Module.xml and restarting cacao makes me happy. :-)
    What are the requirements for a supported ldap structure? I know that only active directory and Sun directory server are supported, but changing the directory service is not a 'near-time' option for me.
    Currently we are using SUN VDI 2.0 and all (my) missing features are in 3.0. :-)
    Thanks,
    Thomas

    Hi Thomas,
    you did the right thing.
    OpenLDAP doesn't seem to support LDAP queries about object classes it doesn't know.
    This is impossible to have generic LDAP queries that are supported by every type of LDAP directory, and we know it is out of the question for customers to change their LDAP schema. That's why we made the LDAP filters and LDAP attributes, used by VDI, editable, so that customers can customize them to match their LDAP directory requirements.
    The default filters would work OK for quick demos with Active Directory and Sun DS, but for production deployment, it would still be recommended to adapt the filter to match most closely the schema of the directory and to put less strain on the LDAP directory. This will be documented with our official release.
    In Active Directory, computer objects have objectclass=user and objectclass=computer, so the (!(objectclass=computer)) part is there to avoid that computer objects are returned in a search for users and groups. But it is useless for the other type of directories that don't have such a specificity.
    FYI, here is how VDI performs the search for users and groups:
    The filter used by the web-GUI to search for users is: (&<ldap.user.object.filter><ldap.user.search.filter>)) and then the $SEARCH_STRING placeholder is replaced by \*criteria\* where criteria is the string you type in the web-GUI search field.
    Same applies for groups, using the group filters.
    We search first for users and then for groups.
    Regards,
    Katell

  • Unable to search for users in CUP

    Hi Guru's
    When I am tryin to create a request in CUP , I am unable to search for users , the search option doesnt return any values at all
    I have checked my user data source which is LDAP, the connector is working fine , and  I have  the field mapping done etc ,but I still cannot search for users.
    Any  thought on this
    Regards
    KS

    Hi Venkateshwar,
    Thanks for the quick response ,
    my user path looks somehtinkg like this
    User path : DC=unity
    This connector is defined by my Basis guy ,I am not sure what wouldl be the compelte path
    have you got an example ?
    I guess I will have to check with teh guys who maintain the active directory ( our LDAP system )
    Thanks
    KS

  • Error occured while searching for users in OIM admin console.

    Hi Experts,
    I deployed code from dev environment in to Test environment using deployment manager in OIM and also completed metadata import using weblogic metadataimport utility.Then when itried to search for users in OIM admin console. I am getting the following error.
    Error messager:
    ADFC-10001: cannot instantiate class 'oracle.iam.identitytaskflow.backing.taskflows.modifyuser.ModifyUserView'
    ADF_FACES-60097:For more information, please see the server's error log for an entry beginning with: ADF_FACES-60096:Server Exception during PPR, #12
    Did any body faced this issue?
    Can u please suggest me on this?
    Thanks,
    Sri.

    I've faced same error !!

  • Search for user role but help poppup display

    Anyone ever trying to search for user role from search action bar or user admin page?
    Whenever select role and clicked on the magnifying glass icon, help content displays instead of role selection.
    At first I think this is a bug. But when I asked Customer Care they said its an expected behaviour which means that this is how the engineers designed it.
    Dont you feel weird? because other field like status, correctly displays status info after clicking the icon.
    Hope u can try it this out and give your opinion here.

    Can you provide a little more detail on what you were trying to do.

  • SharePoint 2010 Enterprise Search for User Profile tags and Notes

    Hi,
    Actually my requirement is, "Sharepoint Enterprise Search for User Profile tags and Notes".
    I would like to use the Tags and Notes in enterprise search.
    Is it possible?
    Thanks & Regards
    Poomani Sankaran

    Check if this helps
    http://blogs.msdn.com/b/spses/archive/2011/02/05/social-computing-part-3-activity-feeds-social-ratings-tags-and-notes.aspx
    If this helped you resolve your issue, please mark it Answered. You can reach me through http://itfreesupport.com/

  • Windows 8.1 PC, using reader, when searching a folder containing approx 100 doc's. If i search for a word, no results are returned. only the doc names can be found but nothing from within the doc. This is a new problem and was not the case before.

    Windows 8.1 PC, using reader, when searching a folder containing approx 100 doc's. If i search for a word, no results are returned. only the doc names can be found but nothing from within the doc.
    This is a new problem and was not the case before.

    Works perfectly fine for me with the latest Reader version (11.0.09).
    You write that it worked "before"; before what?  An update?  Update from what version to what version?

  • Search for objects assigned to "My Group" (Higher Duties)

    When searching for Business transactions Assigned to "My Group", when the user is CP Holds (higher duty) the user can only see the transactions assigned to his position like Owner (Business Partner), but not the transactions for the higher duty.
    We're using organization chart with integration with SAP ECC HR. In HR a Higher Duties is when an employee work for a period, in a position, which is not his or her own. This is a position with a higher classification and the employee receives a higher remuneration for this assignment. In CRM the IDOC synchronize correctly the employee in new position with the relationship "Higher Duty" in the organization chart.
    However, for this new assignment in the organization chart, when the user search the document assigned to "My Group", the system only show the document for the normal position and not for the Higher duty position.

    Answer from SAP: Higher duty is not supported by SAP in SAP CRM.
    However is a valid infotype in SAP ECC

  • Search for objects assigned to "My Groups"

    Hi guys
    In CRM 5.0, When searching for Business transactions Assigned to "My Groups", the user can only see the transactions assigned to the same organization units, but not the transactions for the subordinate organizational unit.
    Any idea?
    Regards,
    Lyda

    Hello Lyda,
    Som good information is contained in the 85 page FAQ attachment to SAP Note 882653, "Frequently Asked Questions about Agent Inbox". You might want to have a look at the mentioned BADI...
    "In case you have selected u201CMy Groupsu201D all employees of any group you are part of are taken into account. Your HR model therefore has a significant impact on the outcome of an inbox search. The responsible group displayed is not taken into account for the search!
    If you need another logic here, you may filter the search result using method AFTER_SEARCH of the CRM_IC_INBOX_BADI business add-in on  a project base."
    Best regards,
    John

  • Search for users and non-ASCII characters

    I am having a little issue with the "Accounts - Find Users" functionality. The search breaks on what I assume is non-ASCII characters (we use the following three up here in Denmark: �, �, �). To be precise, I have a user with the first name "J�rgen". Searching for first names starting with "J" works just fine but "J�" returns zero matches.
    My setup is with two machines, one (A) holding the MySQL database and one (B) serving Identity Manager on top of tomcat.
    Both A and B are RHEL boxes, and both have da_DK.UTF-8 as default locale.
    MySQL's /etc/my.cnf file has the following entry (as recommended in create_waveset_tables.mysql):
    [mysqld]
    default-character-set=utf8
    default-collation=binFor clarity, some functionality works just fine in Identity Manager with these non-ASCII characters such as adding a user whose name contains non-ASCII characters (not only ��� but also � for example). At the moment, it appears to be the search functionality which is not working correctly as I would expect it to. I'm still on the fence concerning whether I've missed something in terms of configuration, or whether this is a limitation.
    Does anyone know whether this problem is on my side or the software's side?

    I am having a little issue with the "Accounts - Find Users" functionality. The search breaks on what I assume is non-ASCII characters (we use the following three up here in Denmark: �, �, �). To be precise, I have a user with the first name "J�rgen". Searching for first names starting with "J" works just fine but "J�" returns zero matches.
    My setup is with two machines, one (A) holding the MySQL database and one (B) serving Identity Manager on top of tomcat.
    Both A and B are RHEL boxes, and both have da_DK.UTF-8 as default locale.
    MySQL's /etc/my.cnf file has the following entry (as recommended in create_waveset_tables.mysql):
    [mysqld]
    default-character-set=utf8
    default-collation=binFor clarity, some functionality works just fine in Identity Manager with these non-ASCII characters such as adding a user whose name contains non-ASCII characters (not only ��� but also � for example). At the moment, it appears to be the search functionality which is not working correctly as I would expect it to. I'm still on the fence concerning whether I've missed something in terms of configuration, or whether this is a limitation.
    Does anyone know whether this problem is on my side or the software's side?

  • Urgent: Search for user with 'ß' character failed.

    Hi all,
    I have problem for searching the user with 'ß' character included in the name of user in Identity Management.
    When nothing is specified in the search criteria, then the user is displayed.
    When the name of user without 'ß' is given in the search criteria, then also the user is displayed.
    But when the name is given with 'ß'  in search criteria, the user is not recognized and cannot be displayed.
    'ß'  is the German Character.
    Please help me out, why the user is not recognized with the character 'ß'  in the search criteria.
    Thanks in Advance.
    Regards,
    Yogita.

    Hi,
    You can ofcourse use ß and all other chars in your search.
    It makes no sence that you can create users with these chars, but cannot search using them.
    I tried to create user with char ß and also could search with this char. So it is only a local problem on your server.
    Is your UME connected with LDAP or DB? My UME where I tested is DB.
    So dont give up, open an OSS message with SAP for a solution and also update this thread if you find an answer.
    Regards,
    Praveen Gudapati

  • Running PC to MAC migration assistant.  See each other.  PC gets stuck at  searching for user files.

    How long does the program inspect the computer (pc)? PC showed it was searching for pictures, then moved on to documents...and 8 hours later is still searching for documents. The mac and pc have stayed awake as far as i can tell and there is nothing running on the PC. When does it finish? I have about 30GB to transfer. I just got a 27" iMac.
    On the PC, there is no HD activity but the process is using up 50% of the CPU... 
    I ran this during the initial setup of the MAC. 
    Any ideas ?

    It will vary based on how much data is being transferred however 8 hours sounds too long for only 30GB. I'm assuming you are using an Ethernet cable though.
    My suggestion is to contact AppleCare, you  have 90 days of free phone support so that is where I'd go first. The number is in your manual or you can bookmark AppleCare Contact Info

  • How to search for data on the web and return to jsp

    I need to collect data from a web site and return that data to my jsp file. The page should consist of a web page in which the user search for available flights then I conect to easyjet automatically fill in the form and return the result from easyjet.com to my jsp file..Do anyone know how can I do this?? I need to use java for this and not cgi..I found also some JavaScripts that can perform the same thing..Thanks...

    Hi,
    are you able to change dynamically the  operation.url = "assets/data/shopping.xml";?
    i need to do that based on the users input.
    Thanks in advance,

  • BUG: Searching for the word "united" in Contacts returns far too many results

    To recreate this bug:
    1. I open the Contacts App on my iPhone 5 running iOS 6.0.1.
    2. In the search field within the app, I search for the word "united." (For example, if I am trying to located the address book card for United Airlines).
    3. Instead of showing me just the results of companies/people that have the word "united" in their name or notes field, the app returns almost every single one of my contacts as a search result, EVEN THOUGH THESE PEOPLE DO NOT HAVE THE WORD "UNITED" IN THEIR NAME, DESCRIPTION, OR NOTES FIELD.
    I think this might be happening because I have used the iOS feature of connecting my Contact App with Facebook.  Because of this, many of my contacts have the word "unified contact info" in their description. Although this doesn't entirely explain why searching for the word "united" would show "unified contact info" contacts, the Facebook/Contacts App connection may have something to do with this bug.
    Regardless, if I search for the word "united" on my iPhone, the Contact App still returns almost every single contact as a search result, even though the word "united" cannot be found within those contacts.

    I think it is because the system adds "United States of America" to every address by default.
    You need to search using different parameters, for example, "Airlines".

Maybe you are looking for

  • BPS Retraction for PS Master Data

    Hi, We want to use BPS and be able to create PS Master data (project IDs) in BPS. But at the same time, we want to be able to retract the new master data created in BPS. How can we reconcile the master data created in BPS with the one created in R/3?

  • Install oracle 10g on solaris 9 platform without setting noexec_user_stack

    Hi, I'd like install oracle 10g software on solaris 2.9 platform without setting noexec_user_stack parameter to 1. The problem is that i need install software before, for migrating product environment. I can write /etc/system file but i can't reboot

  • Sender JDBC Dynamic parameter value in select query

    Hi All, I have a scnario where i have read only acess to a table and We cannot use stored procedures.. Interface is JDBC to file. Now there is one filed in the table which holdes the system date and time.Ex filed name as Sysdate. now can i use  query

  • Adding cost center in RABEST_ALV01 from ANLZ node - ADA Logical database

    Hi, I am trying to display cost center in output list of RABEST_ALV01 ALV report (Copied it to ZRABEST_ALV01). I was able to include fields which are there in ANLAB and ANLAV in FIAA_SALVTAB_RABEST structure - CI_REPRABEST inlcude. And have included

  • Adobe Reader 11.0.5 Search Function does not function:  HELP

    I am looking at a word in the document such as "the"   (without quotes) When I search for "the" (without quotes) - comes back with 0 documents 0 instances I've tried both Find and Advanced Search. Please advise!  This is time sensitive. Thank you, Da