Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

User Synchronization of Profiles under /content

Avatar

Level 2

We planned to use this document https://docs.adobe.com/docs/en/aem/6-2/administer/security/security/sync.html to configure user sync on two 6.2 publish instances.  It seems though that user profiles would have to be located under /home in order to be synchronized. Our requirement is to synchronize profiles that are of the type cq:page under a path such as /content/<sitename>/profiles/0/0/0/0/0/0/0/00000001_profile.  Is this possible through the user sync functionality?  Prior to 6.2 we had utilized reverse replication to accomplish this.  Do we need to configure 6.2 in the same manner?

 

Thank you  

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi joeobar,

User Synchronization of Profiles under /content is not possible through Sling Distribution.

Only, data under /home/users and /home/groups can be used for employing Sling Distribution.

If your requirement is to sync data under /content use MongoDB as SRP.

Use the below link for SRP:

https://docs.adobe.com/docs/en/aem/6-1/administer/communities/srp/asrp.html

Regards,

Varun Rawat

View solution in original post

2 Replies

Avatar

Level 9

Hi,

"Prior to 6.2 we had utilized reverse replication to accomplish this.  Do we need to configure 6.2 in the same manner?"

I believe the answer is 'yes' - replication is still used for content under /content.

User sync is an implementation of Sling Distribution for /home/users and /home/groups.

- JK

Avatar

Correct answer by
Community Advisor

Hi joeobar,

User Synchronization of Profiles under /content is not possible through Sling Distribution.

Only, data under /home/users and /home/groups can be used for employing Sling Distribution.

If your requirement is to sync data under /content use MongoDB as SRP.

Use the below link for SRP:

https://docs.adobe.com/docs/en/aem/6-1/administer/communities/srp/asrp.html

Regards,

Varun Rawat