<?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 Re: Functionality of Program RSLDAPSYNC_USER in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/functionality-of-program-rsldapsync-user/m-p/3914498#M938384</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;Synchronization Report RSLDAPSYNC_USER: Examples &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You define how the objects (users) to be synchronized are dealt with on the Directory Synchronization of Users screen. Prerequisites for an error free execution of the report are correct mapping (especially of the required attributes) and correct synchronization indicators in transaction LDAPMAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory Synchronization of Users: Examples&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example 1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are using an FI component system that is to be synchronized with an LDAP-compatible directory server. The directory server is the leading system. This means that all objects in the directory must be replicated in your component system. Objects that do not exist in the component system are to be created there. Only objects that exist in the component system are to be ignored. For changes to objects that exist in both storage areas, the attributes are adjusted according to the settings of the synchronization indicators (Delta comparison)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Compare Time Stamp option in the Objects that Exist Both in the Directory and in the Database frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Create in Database option in the Objects that Only Exist in the Directory frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Ignore Objects option in the Objects that Only Exist in the Database frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example 2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As example 1, except that instead of a delta comparison, all objects in both storage areas are to be synchronized according to the synchronization indicators (complete synchronization).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Ignore Time Stamp option in the Objects that Exist Both in the Directory and in the Database frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Create in Database option in the Objects that Only Exist in the Directory frame. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Ignore Objects option in the Objects that Only Exist in the Database frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example 3:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As example 1, except that objects that only exist in the database are to be locked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Compare Time Stamp option in the Objects that Exist Both in the Directory and in the Database frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Create in Database option in the Objects that Only Exist in the Directory frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Lock in Database option in the Objects that Only Exist in the Database frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example 4:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are using an HR system that is to be synchronized with an LDAP directory server. The HR system is the leading system. This means that all objects in the HR system database must be replicated in the LDAP-compatible directory service. Objects that do not exist in the LDAP-compatible directory service are to be created there. Only objects that exist in the LDAP-compatible directory service are to be ignored. For changes to objects that exist in both storage areas, the attributes are adjusted according to the settings of the synchronization indicators (Delta comparison)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Compare Time Stamp option in the Objects that Exist Both in the Directory and in the Database frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Ignore Objects option in the Objects that Only Exist in the Directory frame. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Create in Directory option in the Objects that Only Exist in the Database frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you have define the mapping, you synchronize the data using report RSLDAPSYNC_USER. Before this, you define on the Directory Synchronization of Users screen how objects found in the search will be dealt with. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User administration with the report RSLDAPSYNC_USER and transaction LDAPMAP works like a "remote control" for the Central User Administration (CUA). Therefore, all limitations and prerequisites of the CUA (such as for the BAPI_USER_CHANGE function module) are also valid for the synchronization function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute report RSLDAPSYNC_USER with a background job for delta synchronization (for example, using transaction SA38). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The users SAP*, DDIC and EARLYWATCH are excluded from the synchronization, and you do not need to exclude them explicitly. On the other hand, other communication users, such as those for RFC connections, are treated like normal users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specify the logical LDAP server. &lt;/P&gt;&lt;P&gt;Choose an LDAP Connector. If you do not specify a particular LDAP Connector, the system automatically selects one. &lt;/P&gt;&lt;P&gt;Define how the synchronization report should process the entries of the objects that are found during the search. The search result is made up of three subsets:&lt;/P&gt;&lt;P&gt;Objects that exist in both the directory and the database &lt;/P&gt;&lt;P&gt;Objects that only exist in the directory &lt;/P&gt;&lt;P&gt;Objects that only exist in the database&lt;/P&gt;&lt;P&gt;Setting in the Objects that exist in both the directory and the database group frame&lt;/P&gt;&lt;P&gt; Comment&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Compare Time Stamp&lt;/P&gt;&lt;P&gt; Delta synchronization: Only objects whose time stamp was changed are synchronized. The synchronization is performed in accordance with the synchronization indicators in transaction LDAPMAP.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Ignore Time Stamp&lt;/P&gt;&lt;P&gt; Complete synchronization: All objects are synchronized according to the synchronization indicators in transaction LDAPMAP.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Ignore Objects&lt;/P&gt;&lt;P&gt; Delta synchronization: Objects that already exist are not updated, but, depending on the settings in the other group frames, objects that do not exist may be created.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*The settings are only different in terms of the scope of users to be synchronized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setting in the Objects that only exist in the directory group frame&lt;/P&gt;&lt;P&gt; Comment&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Create in Database&lt;/P&gt;&lt;P&gt; The directory is the leading system; that is, it exports all entries to the SAP system&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Delete from Directory&lt;/P&gt;&lt;P&gt; The SAP system is the leading system; that is, entries that do not exist in the SAP system are to be deleted from the directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must be absolutely certain that the directory entries that are to be deleted are only used for SAP applications and do not contain any external attributes. Otherwise, you may delete entries that other systems are still using.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Ignore Objects&lt;/P&gt;&lt;P&gt; For example, if the users are not used in the SAP system&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setting in the Objects that only exist in the database group frame&lt;/P&gt;&lt;P&gt; Comment&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Create in Directory&lt;/P&gt;&lt;P&gt; The SAP system is the leading system; that is, it exports all entries to the directory.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Delete from Directory&lt;/P&gt;&lt;P&gt; The directory is the leading system; that is, entries that do not exist in the LDAP-compatible directory service are to be deleted from the SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We recommend that you only lock the users. This means that the master data is kept, and the actions of the user can be traced later (for example, for review purposes).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Lock in Database&lt;/P&gt;&lt;P&gt; The directory is the leading system; that is, entries that do not exist in the LDAP-compatible directory service are to be locked in the SAP system.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Ignore Objects&lt;/P&gt;&lt;P&gt; For example, if service users exist in the SAP system that are not used in the directory&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save your entries. &lt;/P&gt;&lt;P&gt;Choose Execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jagadish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 May 2008 08:34:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-27T08:34:26Z</dc:date>
    <item>
      <title>Functionality of Program RSLDAPSYNC_USER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functionality-of-program-rsldapsync-user/m-p/3914497#M938383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not familiar in program RSLDAPSYNC_USER. Could anyone tell me the functionality of this program and how does it behave and what does it perfom? Or could you please give me an overview about this program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All your help would be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping for your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CarMey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 08:19:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functionality-of-program-rsldapsync-user/m-p/3914497#M938383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T08:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Functionality of Program RSLDAPSYNC_USER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functionality-of-program-rsldapsync-user/m-p/3914498#M938384</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;Synchronization Report RSLDAPSYNC_USER: Examples &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You define how the objects (users) to be synchronized are dealt with on the Directory Synchronization of Users screen. Prerequisites for an error free execution of the report are correct mapping (especially of the required attributes) and correct synchronization indicators in transaction LDAPMAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory Synchronization of Users: Examples&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example 1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are using an FI component system that is to be synchronized with an LDAP-compatible directory server. The directory server is the leading system. This means that all objects in the directory must be replicated in your component system. Objects that do not exist in the component system are to be created there. Only objects that exist in the component system are to be ignored. For changes to objects that exist in both storage areas, the attributes are adjusted according to the settings of the synchronization indicators (Delta comparison)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Compare Time Stamp option in the Objects that Exist Both in the Directory and in the Database frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Create in Database option in the Objects that Only Exist in the Directory frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Ignore Objects option in the Objects that Only Exist in the Database frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example 2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As example 1, except that instead of a delta comparison, all objects in both storage areas are to be synchronized according to the synchronization indicators (complete synchronization).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Ignore Time Stamp option in the Objects that Exist Both in the Directory and in the Database frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Create in Database option in the Objects that Only Exist in the Directory frame. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Ignore Objects option in the Objects that Only Exist in the Database frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example 3:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As example 1, except that objects that only exist in the database are to be locked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Compare Time Stamp option in the Objects that Exist Both in the Directory and in the Database frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Create in Database option in the Objects that Only Exist in the Directory frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Lock in Database option in the Objects that Only Exist in the Database frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example 4:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are using an HR system that is to be synchronized with an LDAP directory server. The HR system is the leading system. This means that all objects in the HR system database must be replicated in the LDAP-compatible directory service. Objects that do not exist in the LDAP-compatible directory service are to be created there. Only objects that exist in the LDAP-compatible directory service are to be ignored. For changes to objects that exist in both storage areas, the attributes are adjusted according to the settings of the synchronization indicators (Delta comparison)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Compare Time Stamp option in the Objects that Exist Both in the Directory and in the Database frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Ignore Objects option in the Objects that Only Exist in the Directory frame. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Create in Directory option in the Objects that Only Exist in the Database frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you have define the mapping, you synchronize the data using report RSLDAPSYNC_USER. Before this, you define on the Directory Synchronization of Users screen how objects found in the search will be dealt with. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User administration with the report RSLDAPSYNC_USER and transaction LDAPMAP works like a "remote control" for the Central User Administration (CUA). Therefore, all limitations and prerequisites of the CUA (such as for the BAPI_USER_CHANGE function module) are also valid for the synchronization function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute report RSLDAPSYNC_USER with a background job for delta synchronization (for example, using transaction SA38). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The users SAP*, DDIC and EARLYWATCH are excluded from the synchronization, and you do not need to exclude them explicitly. On the other hand, other communication users, such as those for RFC connections, are treated like normal users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specify the logical LDAP server. &lt;/P&gt;&lt;P&gt;Choose an LDAP Connector. If you do not specify a particular LDAP Connector, the system automatically selects one. &lt;/P&gt;&lt;P&gt;Define how the synchronization report should process the entries of the objects that are found during the search. The search result is made up of three subsets:&lt;/P&gt;&lt;P&gt;Objects that exist in both the directory and the database &lt;/P&gt;&lt;P&gt;Objects that only exist in the directory &lt;/P&gt;&lt;P&gt;Objects that only exist in the database&lt;/P&gt;&lt;P&gt;Setting in the Objects that exist in both the directory and the database group frame&lt;/P&gt;&lt;P&gt; Comment&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Compare Time Stamp&lt;/P&gt;&lt;P&gt; Delta synchronization: Only objects whose time stamp was changed are synchronized. The synchronization is performed in accordance with the synchronization indicators in transaction LDAPMAP.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Ignore Time Stamp&lt;/P&gt;&lt;P&gt; Complete synchronization: All objects are synchronized according to the synchronization indicators in transaction LDAPMAP.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Ignore Objects&lt;/P&gt;&lt;P&gt; Delta synchronization: Objects that already exist are not updated, but, depending on the settings in the other group frames, objects that do not exist may be created.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*The settings are only different in terms of the scope of users to be synchronized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setting in the Objects that only exist in the directory group frame&lt;/P&gt;&lt;P&gt; Comment&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Create in Database&lt;/P&gt;&lt;P&gt; The directory is the leading system; that is, it exports all entries to the SAP system&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Delete from Directory&lt;/P&gt;&lt;P&gt; The SAP system is the leading system; that is, entries that do not exist in the SAP system are to be deleted from the directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must be absolutely certain that the directory entries that are to be deleted are only used for SAP applications and do not contain any external attributes. Otherwise, you may delete entries that other systems are still using.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Ignore Objects&lt;/P&gt;&lt;P&gt; For example, if the users are not used in the SAP system&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setting in the Objects that only exist in the database group frame&lt;/P&gt;&lt;P&gt; Comment&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Create in Directory&lt;/P&gt;&lt;P&gt; The SAP system is the leading system; that is, it exports all entries to the directory.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Delete from Directory&lt;/P&gt;&lt;P&gt; The directory is the leading system; that is, entries that do not exist in the LDAP-compatible directory service are to be deleted from the SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We recommend that you only lock the users. This means that the master data is kept, and the actions of the user can be traced later (for example, for review purposes).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Lock in Database&lt;/P&gt;&lt;P&gt; The directory is the leading system; that is, entries that do not exist in the LDAP-compatible directory service are to be locked in the SAP system.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Ignore Objects&lt;/P&gt;&lt;P&gt; For example, if service users exist in the SAP system that are not used in the directory&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save your entries. &lt;/P&gt;&lt;P&gt;Choose Execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jagadish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 08:34:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functionality-of-program-rsldapsync-user/m-p/3914498#M938384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T08:34:26Z</dc:date>
    </item>
  </channel>
</rss>

