permissions reverse replication
How can I do reverse replication of the permissions of a page?
How can I do reverse replication of the permissions of a page?
Some thoughts,
Permission usually have node type rep:ACL and rep:GrantACE,rep:DenyACE. You can set reverse replication agent on author under launcher to import those nodes as soon as they are created (You have to import user/group as well in that case).
If it is not time sensitive, you can use package manager API on publish instance to create package of ACLS on publish instance and import it on author periodically.
Or (Not tried it) If you are creating permission using API then at a same time you can reverse replicate permission node, using replicator API http://dev.day.com/docs/en/cq/5-6/javadoc/com/day/cq/replication/Replicator.html
Yogesh
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.