활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
hello, when trying to migrate a set of users and groups I get this error in package manager:
"org.apache.jackrabbit.vault.packaging.PackageException: javax.jcr.nodetype.ConstraintViolationException: OakConstraint0027: The admin user cannot be removed.
Am hoping someone has a set of guidelines for migrating users from one 6.1 author to another.
Thanks
해결되었습니다! 솔루션으로 이동.
This is a constraint, please have a look at the documentation :- https://jackrabbit.apache.org/oak/docs/security/user.html
and as mentioned by Sham and Opkar, exclude admin user and tokens using Package Manager filter.
I hope this would help you.
Thanks and Regards
Kautuk Sahni
Exclude admin user using package manager filter.
조회 수
답글
좋아요 수
Also, make sure ".tokens" are excluded from all the user folders
Regards,
Opkar
조회 수
답글
좋아요 수
This is a constraint, please have a look at the documentation :- https://jackrabbit.apache.org/oak/docs/security/user.html
and as mentioned by Sham and Opkar, exclude admin user and tokens using Package Manager filter.
I hope this would help you.
Thanks and Regards
Kautuk Sahni
Do you have a definitive guideline over it?
조회 수
답글
좋아요 수
Something like this should be followed
Exclude tokens, excluding admin and anonymous user
exclude | /home/users/.*/.tokens |
exclude | /home/users/Q/QY5FIMXeQIbGpwZtQ3Dv |
exclude | /home/users/K/Kj1406Qo9IDODc_nk5Ib |
조회 수
답글
좋아요 수
see step 6) from https://gist.github.com/andrewmkhoury/280c6d0ac1db03b57c58 for detailed steps.