- Migrate users and groups (If users were not imported automatically via LDAP)
Package users and groups (2 separate packages) on the old system (excluding admin and anonymous OOTB users)
- Go to CRXDE lite app /crx/de/index.jsp and log in as admin user (on the old system)
- Go to "Tools" => "Query"
- In the bottom "Query" box enter this query to find the admin user: /jcr:root/home/users//element(*,rep:User)[@rep:principalName="admin"]
- Click "Execute" and copy the path of the admin user node in the results to a text file
- Repeat step 3 with a query for anonymous user: /jcr:root/home/users//element(*,rep:User)[@rep:principalName="anonymous"]
- Click "Execute" and copy the path of the anonymous user node in the results to a text file (so now you should have two paths, one for "admin" and one for "anonymous")