<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Base entry in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/base-entry/m-p/1955140#M393125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to synchronize the users in active directory, which belong to admin group to SAP R/3 where the users are in different "ou". When I try to synchronize, I can only filter by "ou" using the base entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I filter by anything other than "ou"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Mar 2007 08:56:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-02T08:56:01Z</dc:date>
    <item>
      <title>Base entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/base-entry/m-p/1955140#M393125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to synchronize the users in active directory, which belong to admin group to SAP R/3 where the users are in different "ou". When I try to synchronize, I can only filter by "ou" using the base entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I filter by anything other than "ou"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 08:56:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/base-entry/m-p/1955140#M393125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-02T08:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Base entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/base-entry/m-p/1955141#M393126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure whether I got your question correctly. You will find all users in the Active Directory if you use the root entry of the DIT (Directory Information Tree) as your root entry. You can use a simple Visual Basic script that I just posted.&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.sdn.sap.com/wiki/x/oDg"&gt;How to get the 'Base entry' for an LDAP connector from Active Directory? &lt;/A&gt;&lt;/P&gt;&lt;P&gt;What do you mean by &lt;EM&gt;"I can only filter by "ou" using the base entry"&lt;/EM&gt; ?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Mar 2007 21:12:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/base-entry/m-p/1955141#M393126</guid>
      <dc:creator>Andre_Fischer</dc:creator>
      <dc:date>2007-03-04T21:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Base entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/base-entry/m-p/1955142#M393127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the filtering is actually done by the attribute that is defined as the filter attribute in transaction LDAP.&lt;/P&gt;&lt;P&gt;If you choose an appropriate attribute you can assign values to this attribute only to a certain group of users.&lt;/P&gt;&lt;P&gt;As a result you may use the root entry as the base entry because the LDAP search will only synchronize those users having set the attribute that is defined in your LDAP mapping.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Mar 2007 21:21:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/base-entry/m-p/1955142#M393127</guid>
      <dc:creator>Andre_Fischer</dc:creator>
      <dc:date>2007-03-04T21:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Base entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/base-entry/m-p/1955143#M393128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Andre,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have used your advice and configured for testing. We've managed to sync the users and using one of the fields in the active directory to sync the SAP roles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only item is that in the program RSLDAPSYNC_USER where selection of users to be synchronized, we are now trying to filter this by the organization unit (ou).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wondering if you have come across the filtering within RSLDAPSYNC_USER that enables us to configure in active directory by group members and sync this group of users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the advice. Rgds, Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 02:42:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/base-entry/m-p/1955143#M393128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T02:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Base entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/base-entry/m-p/1955144#M393129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;you could write a visual basic script that selects members of a specific group and that sets a users attribute (for example sapUsername or extenstionattribute1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use the following &lt;A href="https://wiki.sdn.sap.com/wiki/x/Aj0"&gt;script &lt;/A&gt; as a starting point that I have posted as a Wiki.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 23:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/base-entry/m-p/1955144#M393129</guid>
      <dc:creator>Andre_Fischer</dc:creator>
      <dc:date>2007-03-08T23:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Base entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/base-entry/m-p/1955145#M393130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have updated the script.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 11:33:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/base-entry/m-p/1955145#M393130</guid>
      <dc:creator>Andre_Fischer</dc:creator>
      <dc:date>2007-03-09T11:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Base entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/base-entry/m-p/1955146#M393131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andre,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if you could elaborate on this answer and perhaps give an example of how the specify the filtering based on an AD attribute (I assume this is done in transaction LDAPMAP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"the filtering is actually done by the attribute that is defined as the filter attribute in transaction LDAP.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If you choose an appropriate attribute you can assign values to this attribute only to a certain group of users.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;As a result you may use the root entry as the base entry because the LDAP search will only synchronize those users having set the attribute that is defined in your LDAP mapping."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 04:43:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/base-entry/m-p/1955146#M393131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T04:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Base entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/base-entry/m-p/1955147#M393132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please see "Figure 6 - Mapping of SAP data fields to directory attributes" in my whitepaper I[ Integration of SAP central user administration with Microsoft Active Directory|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8302a929-0501-0010-05b5-d48f544bc572].&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 11:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/base-entry/m-p/1955147#M393132</guid>
      <dc:creator>Andre_Fischer</dc:creator>
      <dc:date>2009-05-08T11:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Base entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/base-entry/m-p/1955148#M393133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Andre. I'll check it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 13:03:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/base-entry/m-p/1955148#M393133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-08T13:03:28Z</dc:date>
    </item>
  </channel>
</rss>

