On 3/26/15, Oliver Friedrich <redtalonof+mailingl...@gmail.com> wrote:
> Could someone else please try this? I do get only anonymous access to the
> pages, if I give the "o" privileg to the user "nobody". Only by setting the
> path to the pages in admin/access/Public Pages I get always a login screen.

An example of this feature in operation is:

     https://www.sqlite.org/see/doc/trunk/www/readme.wiki

Both users "anonymous" and "login" on that repository have no
privileges at all.  And yet you can still read the link shown because
under the /Admin/Access screen in the "Public Pages" box I have
written:

     /see/doc/trunk/www/*



>
> Userconfig:
> # The "user" configuration exported from
> # repository "f.fossil"
> # on 2015-03-26 13:25:47
> config /user 70
> 1427370048 'anonymous' pw 'D28E759C8193D0E9' cap '' info '' photo NULL
> config /user 52
> 1427375949 'nobody' pw '' cap 'o' info '' photo NULL
> config /user 54
> 1424702354 'developer' pw '' cap '' info '' photo NULL
> config /user 51
> 1424702368 'reader' pw '' cap '' info '' photo NULL
> Fossil:
> This is fossil version 1.32 [6c40678e91] 2015-03-14 13:20:34 UTC
>
> Richard Hipp <d...@sqlite.org> schrieb am Do., 26. März 2015 um 12:58 Uhr:
>
>> On 3/26/15, Oliver Friedrich <redtalonof+mailingl...@gmail.com> wrote:
>> > I got some embedded documentation that is referenced in the menu like
>> > the
>> > "Docs" menu on fossil-scm.org.
>> >
>> > This works fine for me and everyone who actually has an account on the
>> > repo, but since it is no open repositiory, the user nobody has
>> > absolutely
>> > no rights.
>> >
>> > Now I need to get the embedded doc to be seen by anyone who knows the
>> link
>> > withouth authentication before.
>> >
>> > I tried giving the user nobody back the rights "hj" but that does not
>> allow
>> > him to actually view the pages, but only the menu to the docs.
>> >
>> > Can you please hint me on what rights the user needs to read the
>> > embedded
>> > docs?
>> >
>>
>> You need check-out permission to view embedded documentation, because
>> if you can directly view any file that has been checked into the repo,
>> that is mostly the same as being able to check-out.
>>
>> If you want to allow users without check-out permission to see a
>> limited selection of documents, then you can go to the /Admin/Access
>> setup page and scroll down to the "Public Pages" entry box.  "Public
>> Pages" is a comma-separated list of glob patterns for pages that are
>> accessible by anybody.  Enter something like /doc/trunk/public/* into
>> this box to permit anyone to view the latest trunk versions of
>> documents in the public subfolder, for example.
>>
>> --
>> D. Richard Hipp
>> d...@sqlite.org
>> _______________________________________________
>> fossil-users mailing list
>> fossil-users@lists.fossil-scm.org
>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>
>


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to