Skip to content

Commit

Permalink
marklogic-community#563 moved any-uri privilege to the testing role
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcassel committed Oct 26, 2016
1 parent 3ae2ad5 commit d304383
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/sample/ml-config.sample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -457,9 +457,6 @@
<collections>
</collections>
<privileges>
<privilege>
<privilege-name>any-uri</privilege-name>
</privilege>
<privilege>
<privilege-name>rest-reader</privilege-name>
</privilege>
Expand Down Expand Up @@ -503,6 +500,9 @@
<privilege-name>xdmp:save</privilege-name>
</privilege>
<!-- END: privileges needed for unit testing while running on filesystem -->
<privilege>
<privilege-name>any-uri</privilege-name>
</privilege>
<privilege>
<privilege-name>xdmp:eval</privilege-name>
</privilege>
Expand Down

0 comments on commit d304383

Please sign in to comment.