在路径“/ home / users / test /”下创建AEM用户需要使用的参数是什么? 另外,我在哪里可以获得可以与AEM / CQ一起使用的卷曲文档
目前我正在使用以下crul命令创建用户。但用户仍然在“/ home / users / randomnumber / encryptednode /”
下创建curl -u admin:admin -FcreateUser= -FauthorizableId=testuser -Frep:password=testuser -FPath="/home/users/test/" http://localhost:4502/libs/granite/security/post/authorizables
答案 0 :(得分:1)
而不是路径使用intermediatePath
curl -u admin:admin -FcreateUser= -FauthorizableId=testuser -Frep:password=testuser -FintermediatePath="test" http://localhost:4502/libs/granite/security/post/authorizables
有关curl命令的一些参考,请参阅here
除此之外,还有一个技巧可以让通过GUI完成AEM操作的 的CURL等效,