how to set multiple permission in MLCP -option_permissions

て烟熏妆下的殇ゞ 提交于 2020-01-24 13:21:11

问题


I use MLCP IMPORT option parameter for permissions. But I getting an error at permissions. If I put "read" it works. However MLCP doesn't work if I combine "(read,update)". Please give me some hints. Thanks in advance.

-output_permissions
"bib-read-role, (read,update),bib-insert-permission, update"

回答1:


You use it like this:

-output_permissions "bib-read-role,read,bib-read-role,update,bib-insert-permission,update"

HTH!



来源:https://stackoverflow.com/questions/46057571/how-to-set-multiple-permission-in-mlcp-option-permissions

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!