Hi,

I also tried following versions without success (test1 is the user in passwd file)

<#server> rdf:type fuseki:Server ;
     fuseki:passwd  "..." ;
     fuseki:auth    "basic" ;
     fuseki:allowedUsers    "*" ;
     fuseki:services (<#service>) ;
     .

<#server> rdf:type fuseki:Server ;
     fuseki:passwd  "..." ;
     fuseki:auth    "basic" ;
     fuseki:allowedUsers    "test1" ;
     fuseki:services (<#service>) ;
     .

<#server> rdf:type fuseki:Server ;
     fuseki:passwd  "..." ;
     fuseki:auth    "basic" ;
     fuseki:allowedUsers    "*" ;

Br

On 29/04/2019 18:09, Andy Seaborne wrote:

On 29/04/2019 15:42, Mikael Pesonen wrote:

I'm using Fuseki 3.10.0 and following this guide: http://jena.staging.apache.org/documentation/fuseki2/data-access-control.html#authentication

Fuseki server doesnt recognize --passwd from command line, and adding this

<#server> rdf:type fuseki:Server ;
      fuseki:passwd  "path to passwd file" ;
      fuseki:auth    "basic" .

Try adding

    fuseki:allowedUsers  "*";

to the <#server>

Oddly, I found this quite recently and am looking at it right now.

    Andy


to config.ttl doesn't make Fuseki to require login.

Are there some additional steps to make?

BR




--
Lingsoft - 30 years of Leading Language Management

www.lingsoft.fi

Speech Applications - Language Management - Translation - Reader's and Writer's 
Tools - Text Tools - E-books and M-books

Mikael Pesonen
System Engineer

e-mail: mikael.peso...@lingsoft.fi
Tel. +358 2 279 3300

Time zone: GMT+2

Helsinki Office
Eteläranta 10
FI-00130 Helsinki
FINLAND

Turku Office
Kauppiaskatu 5 A
FI-20100 Turku
FINLAND

Reply via email to