From e51da9ac4e4a6c078923eceb3ab2aa0f60f61c51 Mon Sep 17 00:00:00 2001 From: Ted Lawless Date: Thu, 8 Jan 2015 08:11:41 -0500 Subject: [PATCH] SPARQL update API comments in permission_config.n3 Change security update comment from SSH to HTTPs. Adjust formatting to match rest of file. --- webapp/rdf/auth/everytime/permission_config.n3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/rdf/auth/everytime/permission_config.n3 b/webapp/rdf/auth/everytime/permission_config.n3 index f4d4b0665..172c55ca8 100644 --- a/webapp/rdf/auth/everytime/permission_config.n3 +++ b/webapp/rdf/auth/everytime/permission_config.n3 @@ -25,12 +25,12 @@ auth:ADMIN auth:hasPermission simplePermission:UseAdvancedDataToolsPages ; auth:hasPermission simplePermission:UseMiscellaneousAdminPages ; auth:hasPermission simplePermission:UseSparqlQueryPage ; - auth:hasPermission simplePermission:PageViewableAdmin ; + auth:hasPermission simplePermission:PageViewableAdmin ; - # Uncomment the following permission line to enable the SPARQL update API. - # Before enabling, be sure that the URL api/sparqlUpdate is secured by SSH, - # so passwords will not be sent in clear text. -# auth:hasPermission simplePermission:UseSparqlUpdateApi ; + # Uncomment the following permission line to enable the SPARQL update API. + # Before enabling, be sure that the URL api/sparqlUpdate is secured by HTTPS, + # so passwords will not be sent in clear text. + #auth:hasPermission simplePermission:UseSparqlUpdateApi ; # permissions for CURATOR and above. auth:hasPermission simplePermission:EditOntology ;