Monday, May 3, 2010

Recipe:RSS Viewer in MOSS 2007


1. To add a feed for a list or document library.
Go to list, actions, rss feed. Save address.
Go to page, add web part, copy address into url.

2. To set refresh for rss feed.
Site collection rss settings.
Settings for web part.
But...refresh is hard coded at 60 minutes!

Kerberos Authentication, needed even if sql on same box.

Kerberos debugging tips:
NETDIAG /TEST:KERBEROS /DEBUG >KERBTEST.TXT

Add the following registry value:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos\Parameters

Registry Value: LogLevel
Value Type: REG_DWORD
Value Data: 0x1

But you will get some false errors.

Kerbtray gives the tickets for the current logged in user only. See great blog.

When cross forest trust, make sure that forest and domains are 2003 level, otherwise will only have external trusts which will not use kerberos. Make sure the web site is trusted site to see RSS feed.