This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch json10-status in repository https://gitbox.apache.org/repos/asf/jena-site.git
commit 70f824a1349c90d03d5796810cadba1140ee7908 Author: Andy Seaborne <[email protected]> AuthorDate: Tue Aug 15 08:28:56 2023 +0100 Fix property name --- source/documentation/fuseki2/fuseki-data-access-control.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/documentation/fuseki2/fuseki-data-access-control.md b/source/documentation/fuseki2/fuseki-data-access-control.md index 7c221e252..e82d09a4b 100644 --- a/source/documentation/fuseki2/fuseki-data-access-control.md +++ b/source/documentation/fuseki2/fuseki-data-access-control.md @@ -134,9 +134,9 @@ Access control lists (ACL) as part of the server configuration file. fuseki --conf <i>configFile.ttl</i> </pre> -ACLs are provided by the `ja:allowedUsers` property +ACLs are provided by the `fuseki:allowedUsers` property -### Format of `ja:allowedUsers` {#alloweduser} +### Format of `fuseki:allowedUsers` {#alloweduser} The list of users allowed access can be an RDF list or repeated use of the property or a mixture. The different settings are combined into one ACL.
