When syndicating libraries in WCM from staging to Production if you have diffenrent LDAP then you might face some issue if the DN is different , in that case if you run the Member Fixer tool then if there is a match then you would be able to update it using the Member fixer Module Update action , but if there is no Matching DN then you would face some problem , For wps 6.1.X the solution is documented in WPS 6.1.X infocenter but for 6.0.1.5 i did not find it documented in Infocenter.The Solution is the same.
1.) In <PortalServerRoot>/config/templates create a directory express
2.)create MemberFixer.properties - This will specify the properties of the DN that needs to be replaced and the New DN that should be used.
The DN that you need to replaced will be suffixed with "_old"
Sample DN file
wpsadmin_old=cn=stgwpsadmin,ou=system,ou=users,ou=salesteam,ou=communities,dc=stage,dc=com-ix,dc=com
wpsadmin_new=cn=prdwpsadmin,ou=system,ou=users,ou=salesteam,ou=communities,dc=prod,dc=com-ix,dc=com
Then Run the Member Fixer Module in Update Mode , this will do the Job
Add Comment