Thanks, Stephan. I guess I'll have to fiddle with figuring out how to authenticate a special user for our Sharepoint site's RSS reader (we don't want to reveal all our changes to the Internet - that would be showing far too much of our hand ;-)
On Wed, Jun 6, 2012 at 2:12 AM, Stephan Beal <[email protected]> wrote: > On Wed, Jun 6, 2012 at 10:00 AM, Jeremy Anderson <[email protected]>wrote: > >> Thanks for the tip... although I'm curious now what security is applied >> to the RSS feed. Can anyone view it, or can it be locked down? Which 'user' >> controls access to it (i assume 'anonymous'?). > > > From rss.c: > > if( !g.perm.Read && !g.perm.RdTkt && !g.perm.RdWiki ){ > return; > } > > so anyone with "read" (checkout), read-ticket, or read-wiki perms can read > the RSS. i see now that the RSS output is shaped slightly differently > depending on user permissions, though. e.g. if the user has no read-ticket > perms than tickets are excluded from the results. > > > > -- > ----- stephan beal > http://wanderinghorse.net/home/stephan/ > http://gplus.to/sgbeal > > > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > >
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

