Repository: jena Updated Branches: refs/heads/master f026f0e7d -> 7d5dd3617
Improve comments about basic auth setup Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/7d5dd361 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/7d5dd361 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/7d5dd361 Branch: refs/heads/master Commit: 7d5dd3617effaa1cf7d1f685bfbeb38eedc6c124 Parents: f026f0e Author: Andy Seaborne <[email protected]> Authored: Wed Jan 28 17:10:24 2015 +0000 Committer: Andy Seaborne <[email protected]> Committed: Wed Jan 28 17:10:24 2015 +0000 ---------------------------------------------------------------------- .../resources/org/apache/jena/fuseki/server/shiro.ini | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/7d5dd361/jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/shiro.ini ---------------------------------------------------------------------- diff --git a/jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/shiro.ini b/jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/shiro.ini index 1bec1cc..cb2d1dc 100644 --- a/jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/shiro.ini +++ b/jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/server/shiro.ini @@ -21,16 +21,14 @@ admin=pw /$/status = anon /$/ping = anon -## and the rest are restricted +## and the rest are restricted to localhost. /$/** = localhost - ## If you want simple, basic authentication user/password ## on the operations, -## 1 - set a password in [users] -## 2 - change the line above to: -## /$/** = authcBasic,user[admin] -## and set a better +## 1 - set a better password in [users] above. +## 2 - comment out the "/$/** = localhost" line and use: +## "/$/** = authcBasic,user[admin]" ## or to allow any access. ##/$/** = anon
